From 337ce2fa68030638efdf140d1f6d936c6762ea98 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 9 Aug 2016 14:19:53 +0200 Subject: rename the eglfs-* tests the test names should be about the dependency, not the purpose. Change-Id: I6e45f4caa36e6c6a9e62092416bcab89893db3d2 Reviewed-by: Lars Knoll --- configure.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'configure.json') 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": { -- cgit v1.2.3