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 201fe3b commit 075a8d3Copy full SHA for 075a8d3
tests/CMakeLists.txt
@@ -26,4 +26,5 @@ foreach(testname ${ALL_TESTNAMES})
26
target_link_libraries(test.${testname} PRIVATE Catch2::Catch2WithMain)
27
endforeach()
28
29
-catch_discover_tests(test.scope test.unique_resource)
+catch_discover_tests(test.scope)
30
+catch_discover_tests(test.unique_resource)
0 commit comments