<div class="gmail_quote">On Tue, Jun 1, 2010 at 8:52 AM, Tyler Roscoe <span dir="ltr">&lt;<a href="mailto:tyler@cryptio.net">tyler@cryptio.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, May 31, 2010 at 02:49:56PM +0300, Ahmed FOUDA wrote:<br>
&gt; I want to create a project that connect to an SVN, run a batch file, get the<br>
&gt; results, and then publish the results to CDash.<br>
&gt; The problem is that I&#39;m not using CTest, I&#39;m running test cases using RTRT<br>
&gt; (Rational Test Real Time from IBM) and I need to publish the generated<br>
&gt; report to CDash.<br>
&gt; Is it possible?<br>
<br>
</div>This wiki doc is a bit out of date, but it should help get you started:<br>
<br>
<a href="http://www.itk.org/Wiki/CTest:Using_CTEST_and_CDASH_without_CMAKE" target="_blank">http://www.itk.org/Wiki/CTest:Using_CTEST_and_CDASH_without_CMAKE</a><br>
<br>
Theoretically you could use rtrt directly and massage its results into<br>
an XML format that CDash will understand, but I think a far easier<br>
solution will be to use CTest for a driver script that runs rtrt for you<br>
and submits the results to CDash.<br></blockquote></div><br>I actually have a similar question, so thanks for that information. I was wondering whether it would make more sense to hand-create XML submissions to CDash or to use CTest to do it for me.<br>
<br>My question might therefore be more CTest-specific than CDash-specific, but I&#39;ll go ahead and ask it here: We are already using ctest for most testing, and I have written a number of fairly complex ctest scripts for handling our nightly tests and a remote-submission frontend for our svn repository (which executes a build and test cycle before committing changes to svn). The problem I&#39;m facing at the moment is that there are several places where ctest&#39;s &quot;one test == one program invocation&quot; methodology doesn&#39;t work for us, primarily for performance reasons. I would like to be able to execute a single program which performs a large number of tests for us, but I would very much prefer it if those were submitted to CDash as individual tests, with individual pass/fail status, output, timing information, etc. It would be truly ideal if individual developers could still run this bulk test using &quot;ctest&quot;, but that&#39;s a secondary goal.<br>
<br>Is there any way to do this, or anything like it?<br><br>Thanks,<br>Ceej<br>aka Chris Hillery<br>