<div dir="ltr">I found my error.... I wasn't setting my labels correctly.... i was setting one big string and not a list.....  user error :/.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 1, 2017 at 2:31 PM, Craig Scott <span dir="ltr"><<a href="mailto:craig.scott@crascit.com" target="_blank">craig.scott@crascit.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Thu, Nov 2, 2017 at 5:09 AM, Anthony Zukaitis <span dir="ltr"><<a href="mailto:azukaitis@gmail.com" target="_blank">azukaitis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Is there a way to turn off the label timing information after ctest is run with </div><div><br></div><div>ctest -L mytest</div><div><br></div><div>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:</div><div><br></div><div><a href="https://stackoverflow.com/questions/30808963/cmake-and-ctest-automatically-run-tests-dependencies" target="_blank">https://stackoverflow.com/ques<wbr>tions/30808963/cmake-and-ctest<wbr>-automatically-run-tests-depen<wbr>dencies</a><br></div><div><br></div><div>my SETUP test now has 100s of labels</div><div><br></div><div>Thanks, Tony</div></div></blockquote><div><br></div><div><br></div></div></div>I added an answer to that stackoverflow link. The test fixtures feature added in CMake 3.7 provides the behaviour you want. It doesn't rely on using test labels, so you'd be able to avoid the label clutter in your test report.<span class="HOEnZb"><font color="#888888"><div><br></div><div> </div></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-5434863371685127227gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Craig Scott<br><div>Melbourne, Australia</div><div><a href="https://crascit.com" target="_blank">https://crascit.com</a><br></div></div></div></div></div></div></div>
</font></span></div></div>
</blockquote></div><br></div>