|
|
@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES})
|
|
|
|
# If -p is not specified then the file is named only "the_file.c.gcov"
|
|
|
|
# If -p is not specified then the file is named only "the_file.c.gcov"
|
|
|
|
#
|
|
|
|
#
|
|
|
|
execute_process(
|
|
|
|
execute_process(
|
|
|
|
COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}"
|
|
|
|
COMMAND ${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null
|
|
|
|
WORKING_DIRECTORY ${GCDA_DIR}
|
|
|
|
WORKING_DIRECTORY ${GCDA_DIR}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
endforeach()
|
|
|
|
endforeach()
|
|
|
|