Hi Anton,

Please check the CTest FAQ:

http://www.cmake.org/Wiki/CTest:FAQ#How_can_I_perform_coverage_test.3F

      Andy

ANTON DEGUET wrote:

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
[email protected]
http://www.cmake.org/mailman/listinfo/cmake


--
Andy Cedilnik
Kitware Inc.

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to