I asked this question in a followup on the <span class="il">CDash</span> mailing list the other day, but it&#39;s really not strictly a <span class="il">CDash</span> question so I&#39;ll toss it here too.<br><br>There
are a number of situations where I would like a single test program to
perform a number of tests (in one case, nearly 20,000). I&#39;m wondering
if there&#39;s any way to make CTest see this as more than one test. I&#39;m
particularly interested in having the results uploaded to <span class="il">CDash</span>
in a useful fashion - individual test success/failure, maybe even
separate test output and timing information. It would also be nice if
running ctest locally at least displayed the list of failed tests. (I&#39;m
not expecting things like &quot;ctest -R &lt;regexp&gt;&quot; to work right.) I
have complete control over the test program and can make it output
whatever I want.<br>
<br>Has anyone ever tried this?<br><br>Failing that, how difficult would it be to generate <span class="il">CDash</span>-compatible XML output from my testdriver? And how would I go about uploading those results?<br><br>
Ceej<br>aka Chris Hillery