summaryrefslogtreecommitdiff
path: root/tests/spec/arb_get_program_binary/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_get_program_binary/CMakeLists.gl.txt')
-rw-r--r--tests/spec/arb_get_program_binary/CMakeLists.gl.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/arb_get_program_binary/CMakeLists.gl.txt b/tests/spec/arb_get_program_binary/CMakeLists.gl.txt
index 2f2b99aaa..0032d9f2a 100644
--- a/tests/spec/arb_get_program_binary/CMakeLists.gl.txt
+++ b/tests/spec/arb_get_program_binary/CMakeLists.gl.txt
@@ -12,5 +12,7 @@ piglit_add_executable (arb_get_program_binary-api-errors api-errors.c)
piglit_add_executable (arb_get_program_binary-overrun overrun.c)
piglit_add_executable (arb_get_program_binary-retrievable_hint retrievable_hint.c)
piglit_add_executable (arb_get_program_binary-reset-uniform reset-uniform.c gpb-common.c)
+piglit_add_executable (arb_get_program_binary-restore-implicit-use-program
+ restore-implicit-use-program.c gpb-common.c)
# vim: ft=cmake: