[CMake] Activating coverage with ctest
xavier delannoy
xavier.delannoy at gmail.com
Wed Jan 18 15:48:02 EST 2006
for code coverage with gcov add this to your CFLAGS -ftest-coverage -
fprofile-arcs
> Hello,
>
> I feel like this is a simple question but I can't figure out the
> answer. When
> I try to use ctest -DExperimentalCoverage, I get:
>
> cisst> ctest -D ExperimentalCoverage
> Site: Macintosh.local
> Build name: Darwin-g++-4.0.1--CoVeNuInOs-Py-CNe
> Performing coverage
> Cannot find any coverage files.
>
> Is there something specific to add in my DartConfig.cmake?
>
> What I currently have is:
> # Options for Dart2
> SET(DROP_METHOD "xmlrpc")
> SET(DROP_SITE "http://lacuna.cs.jhu.edu:8081")
> SET(DROP_LOCATION "cisst")
> SET(COMPRESS_SUBMISSION ON)
>
> # the specified NIGHLY_START_TIME. Time is specified in 24 hour
> format.
> SET (NIGHTLY_START_TIME "01:00:00 EDT")
>
> # Coverage
> SET(CTEST_COVERAGE_COMMAND ${COVERAGE_COMMAND})
>
>
> Anton
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
xavier delannoy
xavier.delannoy at gmail.com
More information about the CMake
mailing list