Skip to content

Commit 0f781c7

Browse files
committed
FIX: remove coverage flags.
1 parent f6cc271 commit 0f781c7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ endif()
6666

6767
CreateTestDriver(IsotropicWavelets "${Libraries}" "${IsotropicWaveletsTests}")
6868

69-
set(COVERAGE_FLAGS "-coverage -fprofile-arcs -ftest-coverage")
70-
set_target_properties(IsotropicWaveletsTestDriver
71-
PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${COVERAGE_FLAGS}"
72-
LINK_FLAGS "-fprofile-arcs"
73-
)
69+
# Coverage flags.
70+
# set(COVERAGE_FLAGS "-coverage -fprofile-arcs -ftest-coverage")
71+
# set_target_properties(IsotropicWaveletsTestDriver
72+
# PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${COVERAGE_FLAGS}"
73+
# LINK_FLAGS "-fprofile-arcs"
74+
# )
7475

7576
# use #ifdef ITK_VISUALIZE_TESTS, instead of checking value with #ifdef ITK_VISUALIZE_TESTS
7677
if(ITK_VISUALIZE_TESTS)

0 commit comments

Comments
 (0)