disabled coverage option
This commit is contained in:
parent
005b42d131
commit
a1bdb32e04
|
|
@ -23,9 +23,9 @@ target_include_directories(CoreTests
|
|||
${CMAKE_SOURCE_DIR}/test/models}
|
||||
)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
target_compile_options(CoreTests PRIVATE -coverage)
|
||||
target_link_options(CoreTests PRIVATE -coverage)
|
||||
endif ()
|
||||
#if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
# target_compile_options(CoreTests PRIVATE -coverage)
|
||||
# target_link_options(CoreTests PRIVATE -coverage)
|
||||
#endif ()
|
||||
|
||||
add_test(NAME CoreTests COMMAND CoreTests)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ add_executable(OrmTests
|
|||
|
||||
target_link_libraries(OrmTests matador-orm matador-core Catch2::Catch2WithMain)
|
||||
|
||||
target_compile_options(OrmTests PRIVATE -coverage)
|
||||
target_link_options(OrmTests PRIVATE -coverage)
|
||||
#target_compile_options(OrmTests PRIVATE -coverage)
|
||||
#target_link_options(OrmTests PRIVATE -coverage)
|
||||
|
||||
add_test(NAME OrmTests COMMAND OrmTests)
|
||||
|
|
|
|||
Loading…
Reference in New Issue