Skip to content

Commit

Permalink
Only run the C++ unittests once (#380)
Browse files Browse the repository at this point in the history
* fixes #378
  • Loading branch information
mgeplf authored Nov 13, 2024
1 parent a9650ad commit 9aa16cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ target_link_libraries(unittests
Catch2::Catch2
nlohmann_json::nlohmann_json
)
add_test(NAME unittests COMMAND unittests WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})

catch_discover_tests(unittests
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
Expand Down

0 comments on commit 9aa16cf

Please sign in to comment.