SHA256
1
0
forked from pool/pocl
pocl/pocl-disable-tests.diff

20 lines
509 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18d36e7..3c20763 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1000,10 +1000,10 @@ message(STATUS "POCLU LINK OPTS: ${POCLU_LINK_OPTIONS}")
# poclcc bin
add_subdirectory("bin")
-if (OCS_AVAILABLE)
- add_subdirectory("tests")
- add_subdirectory("examples")
-endif()
+#if (OCS_AVAILABLE)
+# add_subdirectory("tests")
+# add_subdirectory("examples")
+#endif()
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} ${COMMAND_USES_TERMINAL})