We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc669365 commit225eabdCopy full SHA for 225eabd
buildcc/plugins/CMakeLists.txt
@@ -21,16 +21,17 @@ target_link_libraries(mock_plugins PUBLIC
21
)
22
23
# Tests
24
-add_executable(test_buildcc_find
25
-test/test_buildcc_find.cpp
26
-)
27
-target_link_libraries(test_buildcc_findPRIVATE
28
- mock_plugins
29
+# Removed test_buildcc_find till it is not complete
+# add_executable(test_buildcc_find
+# test/test_buildcc_find.cpp
+# )
+# target_link_libraries(test_buildcc_find PRIVATE
+# mock_plugins
30
31
-add_test(NAME test_buildcc_findCOMMAND test_buildcc_find
32
-WORKING_DIRECTORY${CMAKE_CURRENT_SOURCE_DIR}/test
33
+#add_test(NAME test_buildcc_find COMMAND test_buildcc_find
+# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test
34
+#)
35
36
endif()
37