Skip to content
Snippets Groups Projects
Commit 861a1e1b authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Replace coverage runner from ctest to testrunner.

This fixes #29.
parent 4c837e8a
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ SET(COVERAGE_EXCLUDES
)
IF(JENKINS_URL)
SETUP_TARGET_FOR_COVERAGE_COBERTURA(ctest_coverage ctest "ctest_coverage_results" "-j;${PROCESSOR_COUNT}")
SETUP_TARGET_FOR_COVERAGE_COBERTURA(testrunner_coverage testrunner "testrunner_coverage_results" "-j;${PROCESSOR_COUNT}")
ELSE()
SETUP_TARGET_FOR_COVERAGE(ctest_coverage ctest "ctest_coverage_results" "-j;${PROCESSOR_COUNT}")
SETUP_TARGET_FOR_COVERAGE(testrunner_coverage testrunner "testrunner_coverage_results" "-j;${PROCESSOR_COUNT}")
SETUP_TARGET_FOR_COVERAGE(ogs-gui_coverage ${EXECUTABLE_OUTPUT_PATH}/ogs-gui "ogs-gui_coverage_results")
ENDIF()
\ No newline at end of file
ENDIF()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment