summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-07-31 12:51:38 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-02 16:38:00 +0000
commitb0060d1056d6d1752d91652261de97db909c7862 (patch)
tree6f4a13108e51d349617e708a16ea13b00e9546e0 /configure.json
parentf54f7d847099db448223fd630c5416b6fbd84c9e (diff)
configure: un-namespace remaining non-inline configure tests
only few tests remain, and many of these were mis-classified anyway. Change-Id: Ic3bc96928a0c79fe77b9ec10e6508d4822f18df2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.json b/configure.json
index 80278b3b69..6221c9803a 100644
--- a/configure.json
+++ b/configure.json
@@ -229,7 +229,7 @@
"verifyspec": {
"label": "valid makespec",
"type": "verifySpec",
- "test": "common/verifyspec"
+ "test": "verifyspec"
},
"architecture": {
"label": "target architecture",
@@ -256,7 +256,7 @@
"stl": {
"label": "STL compatibility",
"type": "compile",
- "test": "unix/stl"
+ "test": "stl"
},
"c++14": {
"label": "C++14 support",
@@ -497,55 +497,55 @@
"avx512f": {
"label": "AVX512 F instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=F"
},
"avx512er": {
"label": "AVX512 ER instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=ER"
},
"avx512cd": {
"label": "AVX512 CD instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=CD"
},
"avx512pf": {
"label": "AVX512 PF instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=PF"
},
"avx512dq": {
"label": "AVX512 DQ instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=DQ"
},
"avx512bw": {
"label": "AVX512 BW instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=BW"
},
"avx512vl": {
"label": "AVX512 VL instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=VL"
},
"avx512ifma": {
"label": "AVX512 IFMA instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=IFMA"
},
"avx512vbmi": {
"label": "AVX512 VBMI instructions",
"type": "compile",
- "test": "common/avx512",
+ "test": "avx512",
"args": "AVX512=VBMI"
},
"mips_dsp": {