Re: [CMake] ctest and label time summary

2017-11-01 Thread Anthony Zukaitis
I found my error I wasn't setting my labels correctly i was setting one big string and not a list. user error :/. On Wed, Nov 1, 2017 at 2:31 PM, Craig Scott wrote: > > On Thu, Nov 2, 2017 at 5:09 AM, Anthony Zukaitis > wrote: > >> Is there a way to turn off the label timing inform

Re: [CMake] ctest and label time summary

2017-11-01 Thread Craig Scott
On Thu, Nov 2, 2017 at 5:09 AM, Anthony Zukaitis wrote: > 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 t

[CMake] ctest and label time summary

2017-11-01 Thread Anthony Zukaitis
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 th