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
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
