We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423b2ec commit e1045ceCopy full SHA for e1045ce
extras/test/CMakeLists.txt
@@ -36,6 +36,9 @@ set(TEST_SRCS
36
add_compile_definitions(HOST)
37
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
38
39
+set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} "--coverage")
40
+set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--coverage")
41
+
42
##########################################################################
43
44
add_executable(
0 commit comments