aboutsummaryrefslogtreecommitdiff
path: root/tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-15 15:43:51 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-24 16:25:40 -0700
commita8818618f606e615674f976fd99cdc3dfa35d890 (patch)
treec71f7c8e6b9d11d7b6c045c71f13927aae16bc1e /tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt
parent165735b89d099f4ea4b635fc13b49c36e00bac6d (diff)
egl_khr_create_context: Verify that the attributes list can be empty for Desktop GL
Diffstat (limited to 'tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt')
-rw-r--r--tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt b/tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt
index 3a815db9..18484faa 100644
--- a/tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt
+++ b/tests/egl/spec/egl_khr_create_context/CMakeLists.gl.txt
@@ -14,6 +14,7 @@ link_libraries (
piglit_add_executable (egl-create-context-default-major-version-gles default-major-version-gles.c common.c)
piglit_add_executable (egl-create-context-default-minor-version-gles default-minor-version-gles.c common.c)
piglit_add_executable (egl-create-context-valid-attribute-empty-gles valid-attribute-empty-gles.c common.c)
+piglit_add_executable (egl-create-context-valid-attribute-empty-gl valid-attribute-empty-gl.c common.c)
piglit_add_executable (egl-create-context-valid-attribute-null-gles valid-attribute-null-gles.c common.c)
piglit_add_executable (egl-create-context-invalid-gl-version invalid-gl-version.c common.c)
piglit_add_executable (egl-create-context-invalid-attribute-gl invalid-attribute-gl.c common.c)