The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=12947 ====================================================================== Reported By: Matthew McCormick Assigned To: ====================================================================== Project: CMake Issue ID: 12947 Category: (No Category) Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-08 19:27 EST Last Modified: 2012-02-08 19:27 EST ====================================================================== Summary: ctest_coverage not submitting coverage with superbuild setups. Description: See
http://www.cdash.org/CDash/viewNotes.php?buildid=1989226 The "file( APPEND ${CTEST_BINARY_DIRECTORY}/CMakeFiles/TargetDirectories.txt" ... is required to get processing of the coverage for this superbuild project. Otherwise, the ctest_coverage command results in a message that Coverage.xml is not found, and the coverage submission does not occur. Also, it is not intuitive that the path sent to "ctest_coverage( BUILD" is ${CTEST_BINARY_DIRECTORY} instead of ${CTEST_BINARY_DIRECTORY}/Farsight in this case. That is, I would expect that the build directory for the project instead of the build directory for the superbuild should be passed to "ctest_coverage( BUILD" as is done with "ctest_build( BUILD". However, ${CTEST_BINARY_DIRECTORY}/Farsight is passed, it does not submit the correct coverage results. Steps to Reproduce: Tested that the bug is present with CMake master per 2012-02-08. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-02-08 19:27 Matthew McCormickNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers