summaryrefslogtreecommitdiff
path: root/tests/gbm/CMakeLists.no_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gbm/CMakeLists.no_api.txt')
-rw-r--r--tests/gbm/CMakeLists.no_api.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gbm/CMakeLists.no_api.txt b/tests/gbm/CMakeLists.no_api.txt
index c1fd99c66..57c750d2e 100644
--- a/tests/gbm/CMakeLists.no_api.txt
+++ b/tests/gbm/CMakeLists.no_api.txt
@@ -11,4 +11,8 @@ if(PIGLIT_HAS_GBM_BO_GET_FD_FOR_PLANE AND LIBDRM_FOUND)
piglit_add_executable(gbm-multi-plane gbm-multi-plane.c)
endif()
+if(PIGLIT_HAS_GBM)
+ piglit_add_executable(gbm-device gbm-device.c)
+endif()
+
# vim: ft=cmake: