We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9c15a commit 2aa05d5Copy full SHA for 2aa05d5
library/test/CMakeLists.txt
@@ -1,4 +1,5 @@
1
include(Catch)
2
+set(CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE PRE_TEST)
3
4
add_executable(CoreTests ${PROJECT_SOURCE_DIR}/library/test/Tests.cpp)
5
target_link_libraries(CoreTests PRIVATE Core Catch2::Catch2WithMain)
0 commit comments