summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-09 14:19:53 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-10 15:43:16 +0000
commit337ce2fa68030638efdf140d1f6d936c6762ea98 (patch)
tree79edc1f584cb456be62c3b406f9c5385f9476e10 /configure.json
parent9945763cabbe807a30a829499316a769f97f2869 (diff)
rename the eglfs-* tests
the test names should be about the dependency, not the purpose. Change-Id: I6e45f4caa36e6c6a9e62092416bcab89893db3d2 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.json b/configure.json
index d9faed3b90..727fdb73bf 100644
--- a/configure.json
+++ b/configure.json
@@ -701,23 +701,23 @@
"test": "qpa/egl-x11",
"pkg-config-args": "egl"
},
- "eglfs-brcm": {
+ "egl-brcm": {
"description": "Broadcom EGL (Rasberry Pi)",
"type": "compile",
"test": "qpa/eglfs-brcm",
"pkg-config-args": "egl"
},
- "eglfs-egldevice": {
+ "egl-egldevice": {
"description": "EGLDevice",
"type": "compile",
"test": "qpa/eglfs-egldevice"
},
- "eglfs-mali": {
+ "egl-mali": {
"description": "Mali EGL",
"type": "compile",
"test": "qpa/eglfs-mali"
},
- "eglfs-viv": {
+ "egl-viv": {
"description": "i.Mx6 EGL",
"type": "compile",
"test": "qpa/eglfs-viv"
@@ -1840,12 +1840,12 @@
},
"eglfs_brcm": {
"description": "EGLFS Rasberry Pi",
- "condition": "features.eglfs && tests.eglfs-brcm",
+ "condition": "features.eglfs && tests.egl-brcm",
"output": [ "publicQtConfig" ]
},
"eglfs_egldevice": {
"description": "EGLFS EGLDevice",
- "condition": "features.eglfs && tests.eglfs-egldevice",
+ "condition": "features.eglfs && tests.egl-egldevice",
"output": [ "publicQtConfig" ]
},
"eglfs_gbm": {
@@ -1855,12 +1855,12 @@
},
"eglfs_mali": {
"description": "EGLFS Mali",
- "condition": "features.eglfs && tests.eglfs-mali",
+ "condition": "features.eglfs && tests.egl-mali",
"output": [ "publicQtConfig" ]
},
"eglfs_viv": {
"description": "EGLFS i.Mx6",
- "condition": "features.eglfs && tests.eglfs-viv",
+ "condition": "features.eglfs && tests.egl-viv",
"output": [ "publicQtConfig" ]
},
"eglfs_viv_wl": {