summaryrefslogtreecommitdiff
path: root/tests/spec/arb_vertex_program/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_vertex_program/CMakeLists.gl.txt')
-rw-r--r--tests/spec/arb_vertex_program/CMakeLists.gl.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/spec/arb_vertex_program/CMakeLists.gl.txt b/tests/spec/arb_vertex_program/CMakeLists.gl.txt
index d52b56511..f906d2950 100644
--- a/tests/spec/arb_vertex_program/CMakeLists.gl.txt
+++ b/tests/spec/arb_vertex_program/CMakeLists.gl.txt
@@ -8,6 +8,10 @@ link_libraries (
${OPENGL_gl_LIBRARY}
)
+IF(PIGLIT_BUILD_GLX_TESTS)
+piglit_add_executable (arb_vertex_program-unsupported unsupported.c)
+ENDIF(PIGLIT_BUILD_GLX_TESTS)
+
piglit_add_executable (arb_vertex_program-get-limits-without-fp get-limits-without-fp.c)
piglit_add_executable (arb_vertex_program-getenv4d-with-error getenv4d-with-error.c)
piglit_add_executable (arb_vertex_program-getlocal4d-with-error getlocal4d-with-error.c)