summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2017-09-27 15:04:09 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2017-09-29 07:01:52 +0000
commit24b5f01726351c6e6e925bfaf4c7575f469ad0d0 (patch)
tree8ba7948a5fa6b3594d6a615163dcb1012fedeca5 /configure.json
parent0fe0b133b7410940fcba89539d512a7bc13df979 (diff)
Fix enabling testsupport API when private_tests config is set
Change-Id: Ia58fa1bcb1151c0db061df8cbc8f1bf6dc379805 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index c623ebe87..ba7a84273 100644
--- a/configure.json
+++ b/configure.json
@@ -449,7 +449,7 @@
},
"testsupport": {
"label": "Test Support",
- "autoDetect": "config.private_tests || call.isTestsInBuildParts",
+ "autoDetect": "features.private_tests || call.isTestsInBuildParts",
"output": [ "privateFeature" ]
},
"webrtc": {