aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.1/CMakeLists.gl.txt
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2013-04-06 11:01:47 -0700
committerPaul Berry <stereotype441@gmail.com>2013-04-10 12:13:59 -0700
commit7c08d005b8bc637cd06d1088ab103030f065a129 (patch)
tree878ab94b2203e1f8cbde69b26161a5e2ccaaa71e /tests/spec/gl-3.1/CMakeLists.gl.txt
parent3adb7bf1e81d7a98455b18af584fd2144310eb76 (diff)
Test interaction of primitive restart and transform feedback.
v2: Fix "written" subtest (which was testing the wrong query). Reviewed-by: Eric Anholt <eric@anholt.net>
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 b0885515..70eb135f 100644
--- a/tests/spec/gl-3.1/CMakeLists.gl.txt
+++ b/tests/spec/gl-3.1/CMakeLists.gl.txt
@@ -11,5 +11,6 @@ link_libraries (
piglit_add_executable (gl-3.1-genned-names genned-names.c)
piglit_add_executable (gl-3.1-minmax minmax.c)
+piglit_add_executable (gl-3.1-primitive-restart-xfb primitive-restart-xfb.c)
# vim: ft=cmake: