summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-29 19:58:08 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-12 22:04:50 +0000
commit4a1bafcc4ee5b7d968620808e155c1617aa6f273 (patch)
tree28a4dd4e551c19f16376f33aea4f45b630f165ce /configure.json
parentce50eb4a733ab93b4ca3bf206b56f61c989fe717 (diff)
get rid of test type 'shell'
it's bound to the bourne shell, which is not readily available on windows hosts. on the way, the pch, fvisibility, and bsymbolic_functions tests were rewritten as regular compile tests. they now just verify that qmake's built-in support for the tested features actually works. Change-Id: Ibac246f21b5ececa40da3f576dc789982eaf9fdf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json15
1 files changed, 6 insertions, 9 deletions
diff --git a/configure.json b/configure.json
index 0c811e2275..f2b0df292d 100644
--- a/configure.json
+++ b/configure.json
@@ -251,9 +251,8 @@
},
"precompile_header": {
"description": "precompiled header support",
- "type": "shell",
- "test": "unix/precomp.test",
- "args": "$$QMAKE_CXX yes"
+ "type": "compile",
+ "test": "common/pch"
},
"use_gold_linker": {
"description": "gold linker",
@@ -267,15 +266,13 @@
},
"reduce_exports": {
"description": "symbol visibility support",
- "type": "shell",
- "test": "unix/fvisibility.test",
- "args": "$$QMAKE_CXX yes"
+ "type": "compile",
+ "test": "unix/reduce_exports"
},
"reduce_relocations": {
"description": "-Bsymbolic-functions support",
- "type": "shell",
- "test": "unix/bsymbolic_functions.test",
- "args": "$$QMAKE_CXX yes"
+ "type": "compile",
+ "test": "unix/reduce_relocs"
},
"skip_modules": {
"description": "modules to skip",