[Insight-users] Re: StartInsight.pdf : running "ctest"

Luis Ibanez luis.ibanez@kitware.com
Wed, 27 Nov 2002 11:51:13 -0500


Hi John,

ctest must be run from one of the
Subdrectories of

         Insight/Testing.

in your binary tree.


"ctest" alone will execute all the tests
on this subdirectory and then provide a
summary of how many passed or failed.

"ctest -R testname" will execute only
this test. For example, if you cd to

InsightBinary/Testing/Code/Common

you can invoke:

    ctest   -R   itkVersorTest

Using ctest is an alternative to the
Dart client.


Please let us know if your find any problems


Thanks


   Luis


=============================================

anast.jm@pg.com wrote:

> 
> Luis,
> 
> I was following along in StartInsight.pdf for fun and was running some 
> of the build tests. The tests run fine but I could not get ctest to find 
> any tests. I tried to CD into the other subdirectories but no luck.
> 
> My binaries are in P:\AnastDev\In
> 
> The tests are in P:\AnastDev\In\bin\release
> 
>