Add these gles specific tests to CMakelists so they will be built when targeting GLES.
Signed-off-by: Daniel Kurtz <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
