aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.0/api/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/gl-3.0/api/CMakeLists.gl.txt')
-rw-r--r--tests/spec/gl-3.0/api/CMakeLists.gl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/gl-3.0/api/CMakeLists.gl.txt b/tests/spec/gl-3.0/api/CMakeLists.gl.txt
index 2df3eafe7..01131f9a5 100644
--- a/tests/spec/gl-3.0/api/CMakeLists.gl.txt
+++ b/tests/spec/gl-3.0/api/CMakeLists.gl.txt
@@ -22,5 +22,6 @@ piglit_add_executable (genmipmap-errors genmipmap-errors.c)
piglit_add_executable (getfragdatalocation getfragdatalocation.c)
piglit_add_executable (gl-3.0-forward-compatible-bit forward-compatible-bit.c)
piglit_add_executable (integer-errors integer-errors.c)
+piglit_add_executable (clearbuffer-bug clearbuffer-bug.c)
# vim: ft=cmake: