summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 5874d8abaa..181fe8aa09 100644
--- a/configure.json
+++ b/configure.json
@@ -785,7 +785,8 @@
"testTypeDependencies": {
"linkerSupportsFlag": [ "use_gold_linker" ],
- "compile": [ "shared", "use_gold_linker", "compiler-flags", "gcc-sysroot", "qmakeargs" ],
+ "verifySpec": [ "shared", "use_gold_linker", "compiler-flags", "gcc-sysroot", "qmakeargs" ],
+ "compile": [ "verifyspec" ],
"detectPkgConfig": [ "cross_compile" ],
"library": [ "pkg-config" ],
"getPkgConfigVariable": [ "pkg-config" ],
@@ -800,6 +801,11 @@
},
"tests": {
+ "verifyspec": {
+ "description": "valid makespec",
+ "type": "verifySpec",
+ "test": "common/verifyspec"
+ },
"architecture": {
"description": "target architecture",
"type": "architecture",
@@ -1301,6 +1307,10 @@
"pkgConfig"
]
},
+ "verifyspec": {
+ "description": "Have valid makespec",
+ "condition": "tests.verifyspec"
+ },
"developer-build": {
"description": "Developer build",