Skip to content

Commit 075a8d3

Browse files
committed
more cmake foo
1 parent 201fe3b commit 075a8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ foreach(testname ${ALL_TESTNAMES})
2626
target_link_libraries(test.${testname} PRIVATE Catch2::Catch2WithMain)
2727
endforeach()
2828

29-
catch_discover_tests(test.scope test.unique_resource)
29+
catch_discover_tests(test.scope)
30+
catch_discover_tests(test.unique_resource)

0 commit comments

Comments
 (0)