more tests

This commit is contained in:
tezc 2021-01-31 02:59:15 +03:00
parent f0d897b5b7
commit 156b0a3538

View File

@ -71,7 +71,7 @@ if (${CMAKE_BUILD_TYPE} MATCHES "Coverage")
target_compile_options(${PROJECT_NAME}_test PRIVATE --coverage)
target_link_libraries(${PROJECT_NAME}_test gcov)
else()
message(FATAL_ERROR "Only GCC is supported for coverage")
message(FATAL_ERROR " Only GCC is supported for coverage")
endif()
endif ()