aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.1/CMakeLists.gl.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-10-29 10:46:17 -0700
committerEric Anholt <eric@anholt.net>2012-11-14 11:36:35 -0800
commit19f601dcdb29cd3b366210425154054316189b08 (patch)
tree8a385ab808b42eb986dc2ff8db9154368b41f9d8 /tests/spec/gl-3.1/CMakeLists.gl.txt
parente24af19728884e21ffdf0ae8aed54fe4296f3373 (diff)
gl-3.1: Add a new test for genned object name requirements.
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/spec/gl-3.1/CMakeLists.gl.txt')
-rw-r--r--tests/spec/gl-3.1/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/gl-3.1/CMakeLists.gl.txt b/tests/spec/gl-3.1/CMakeLists.gl.txt
index cc90e2f1..b0885515 100644
--- a/tests/spec/gl-3.1/CMakeLists.gl.txt
+++ b/tests/spec/gl-3.1/CMakeLists.gl.txt
@@ -9,6 +9,7 @@ link_libraries (
${OPENGL_glu_LIBRARY}
)
+piglit_add_executable (gl-3.1-genned-names genned-names.c)
piglit_add_executable (gl-3.1-minmax minmax.c)
# vim: ft=cmake: