Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit c4e7144

Browse files
committed
Only run the C++ unittests once
* fixes #378
1 parent e4ebf38 commit c4e7144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ target_link_libraries(unittests
2222
Catch2::Catch2
2323
nlohmann_json::nlohmann_json
2424
)
25-
add_test(NAME unittests COMMAND unittests WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})
2625

2726
catch_discover_tests(unittests
2827
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}

0 commit comments

Comments
 (0)