[Cmake] How to produce DART-compatible output with ctest 1.8?
Andy Cedilnik
andy . cedilnik at kitware . com
23 Sep 2003 16:31:18 -0400
Hi Parag,
Try ctest -D Experimental or ctest -D Nightly.
If you are on unix (or windows nmake/bmake/cygwin), then you can also
do: make Experimental or make Nightly.
Andy
On Tue, 2003-09-23 at 16:25, Parag Chandra wrote:
> Just recently upgraded to Cmake 1.8, and I noticed one of the new features added since 1.6.7 is ´ctest has been enhanced and
>
> can produce testing dashboards compatible with Dart in many cases¡.
> Ctest works as it always has for me, just briefly listing tests that
> have passed and failed, so how can I enable this DART-compatible
> dashboard output? Thanks.