[CMake] coverage using gcov failed

Bill Hoffman bill.hoffman at kitware.com
Thu Apr 25 10:05:07 EDT 2013


On 4/25/2013 9:52 AM, Bill Hoffman wrote:
> I see it now.
>
> Can you run:
>
> ctest -D Experimental -VV
OK, never mind I know what is wrong...

make ExperimentalCoverage just does the coverage part.
make Experimental
make ExpermentalCoverage should work.

Or

cd buildtree
ctest -T all


Available options are:
   ctest -T all
   ctest -T start
   ctest -T update
   ctest -T configure
   ctest -T build
   ctest -T test
   ctest -T coverage
   ctest -T memcheck
   ctest -T notes
   ctest -T submit


-Bill




More information about the CMake mailing list