summaryrefslogtreecommitdiff
path: root/tests/glx/CMakeLists.gl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glx/CMakeLists.gl.txt')
-rw-r--r--tests/glx/CMakeLists.gl.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/glx/CMakeLists.gl.txt b/tests/glx/CMakeLists.gl.txt
index cf036f5b7..3d3b4da71 100644
--- a/tests/glx/CMakeLists.gl.txt
+++ b/tests/glx/CMakeLists.gl.txt
@@ -38,6 +38,8 @@ IF(PIGLIT_BUILD_GLX_TESTS)
target_link_libraries(glx-multithread pthread)
piglit_add_executable (glx-context-flush-control glx-context-flush-control.c)
target_link_libraries (glx-context-flush-control pthread)
+ piglit_add_executable (glx-multithread-clearbuffer glx-multithread-clearbuffer.c)
+ target_link_libraries(glx-multithread-clearbuffer pthread)
piglit_add_executable (glx-multithread-texture glx-multithread-texture.c)
target_link_libraries(glx-multithread-texture pthread)
piglit_add_executable (glx-multithread-makecurrent-1 glx-multithread-makecurrent-1.c)