[CMake] ctest and label time summary

Anthony Zukaitis azukaitis at gmail.com
Wed Nov 1 14:09:26 EDT 2017


Is there a way to turn off the label timing information after ctest is run
with

ctest -L mytest

I have appoximately 100 tests that depend on a SETUP test.  The setup test
has 100s of labels and this screws up the print out of the label timing
summary at the end of the ctest run. This is due to the want of having
dependencies of tests being run automatically.  All of my tests depend on a
SETUP test.  Using the label method:

https://stackoverflow.com/questions/30808963/cmake-and-ctest-automatically-run-tests-dependencies

my SETUP test now has 100s of labels

Thanks, Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20171101/1f633324/attachment.html>


More information about the CMake mailing list