[CMake] When's the next release due?
Ken Martin
ken.martin at kitware.com
Thu Jun 30 09:54:37 EDT 2005
> >> 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.
Although I have to say I have often wished for the "pass arguments to the
test" feature as well.
Ken
More information about the CMake
mailing list