mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 02:23:49 +00:00
Fixing some tests
This commit is contained in:
+2
-2
@@ -191,6 +191,6 @@ find_package(Catch2 REQUIRED)
|
||||
target_link_libraries(unit_tests PRIVATE Catch2::Catch2WithMain)
|
||||
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
# target_link_libraries(unit_tests PRIVATE -lgcov)
|
||||
# target_compile_options(unit_tests PUBLIC -fprofile-arcs -ftest-coverage)
|
||||
target_link_libraries(unit_tests PRIVATE -lgcov)
|
||||
target_compile_options(unit_tests PUBLIC -fprofile-arcs -ftest-coverage)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user