We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
infcover
__gcov_exit
1 parent 98768eb commit c39f476Copy full SHA for c39f476
test/CMakeLists.txt
@@ -94,8 +94,6 @@ if(ZLIB_BUILD_STATIC)
94
95
add_executable(infcover infcover.c)
96
target_link_libraries(infcover ZLIB::ZLIBSTATIC)
97
- target_compile_options(infcover PRIVATE -coverage)
98
- target_link_options(infcover PRIVATE -coverage)
99
target_compile_definitions(
100
infcover PRIVATE $<$<BOOL:${HAVE___ATTR__VIS_HIDDEN}>:HAVE_HIDDEN>)
101
add_test(NAME zlib-coverage COMMAND infcover)
0 commit comments