[CMake] When's the next release due?

Brad King brad.king at kitware.com
Thu Jun 30 09:42:16 EDT 2005


John Biddiscombe wrote:
> Mis-sent - resending to list
> 
>> On the subject of ctest if I do
>> ctest -R TestPointSprite
>> I can't pass a parameter to enable interactive mode. Is this doable? 
>> (It is if I run vtkblahCxxTests testname -I) but not via ctest.

ctest is meant for automated running of tests.  If you want to add 
argument to a command line then it is not the same test, which could 
produce misleading reports.

Just run

ctest -R MyTestName -V -N

and it will display the command line for the test which you can then 
copy and modifiy easily.

-Brad


More information about the CMake mailing list