Skip to content

Commit 90c1dd2

Browse files
committed
driveby fix on cmake as noticed list of tests to build isn't printed
1 parent ff92e00 commit 90c1dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FetchContent_MakeAvailable(Catch2)
1111

1212
set(ALL_TESTNAMES scope_success scope_exit scope_fail unique_resource)
1313

14-
message("Tests to be built: ${ALL_TESTS}")
14+
message("Tests to be built: ${ALL_TESTNAMES}")
1515

1616
include(CTest)
1717
include(Catch)

0 commit comments

Comments
 (0)