File: CTestCustom.cmake

package info (click to toggle)
mopac 23.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 115,604 kB
  • sloc: f90: 165,274; python: 202; sh: 181; ansic: 85; makefile: 8
file content (2 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
set( CTEST_CUSTOM_PRE_TEST "${LCOV_PATH} --gcov-tool ${GCOV_PATH} --zerocounters --directory ${CMAKE_CURRENT_BINARY_DIR}" )
set( CTEST_CUSTOM_POST_TEST "${LCOV_PATH} --gcov-tool ${GCOV_PATH} --capture --directory ${CMAKE_CURRENT_BINARY_DIR} --output-file ${CMAKE_CURRENT_BINARY_DIR}/coverage.info; genhtml ${CMAKE_CURRENT_BINARY_DIR}/coverage.info --output-directory ${CMAKE_CURRENT_BINARY_DIR}/coverage" )