[Piglit] [PATCH 8/8] egl_khr_create_context: Add valid-flag-debug tests to GLES CMakeLists
Daniel Kurtz
djkurtz at chromium.org
Mon Jan 6 08:02:43 PST 2014
Add these gles specific tests to CMakelists so they will be built when
targeting GLES.
Signed-off-by: Daniel Kurtz <djkurtz at chromium.org>
---
tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt b/tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt
index dde8960..c629888 100644
--- a/tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt
+++ b/tests/egl/spec/egl_khr_create_context/CMakeLists.gles2.txt
@@ -27,5 +27,6 @@ piglit_add_executable (egl-create-context-invalid-flag-gles invalid-flag-gles.c
# Tests that use ES 1, ES 2, and Desktop GL.
piglit_add_executable (egl-create-context-invalid-gl-version invalid-gl-version.c common.c)
piglit_add_executable (egl-create-context-verify-gl-flavor verify-gl-flavor.c common.c)
+piglit_add_executable (egl-create-context-valid-flag-debug valid-flag-debug.c common.c)
# vim: ft=cmake:
--
1.8.5.1
More information about the Piglit
mailing list