diff options
Diffstat (limited to 'tests/spec/arb_vertex_program')
-rw-r--r-- | tests/spec/arb_vertex_program/CMakeLists.gl.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/spec/arb_vertex_program/CMakeLists.gl.txt b/tests/spec/arb_vertex_program/CMakeLists.gl.txt index 22c285172..a6e62525e 100644 --- a/tests/spec/arb_vertex_program/CMakeLists.gl.txt +++ b/tests/spec/arb_vertex_program/CMakeLists.gl.txt @@ -11,8 +11,8 @@ link_libraries ( ${GLUT_glut_LIBRARY} ) -add_executable (arb_vertex_program-getenv4d-with-error getenv4d-with-error.c) -add_executable (arb_vertex_program-getlocal4d-with-error getlocal4d-with-error.c) -add_executable (arb_vertex_program-minmax minmax.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) +piglit_add_executable (arb_vertex_program-minmax minmax.c) # vim: ft=cmake: |