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 6657ff3 commit 2faa829Copy full SHA for 2faa829
tests/CMakeLists.txt
@@ -24,7 +24,5 @@ foreach(testname ${ALL_TESTNAMES})
24
PRIVATE ${CMAKE_SOURCE_DIR}/include
25
)
26
target_link_libraries(test.${testname} PRIVATE Catch2::Catch2WithMain)
27
+ catch_discover_tests(test.${testname})
28
endforeach()
-
29
-catch_discover_tests(test.scope)
30
-catch_discover_tests(test.unique_resource)
0 commit comments