[vtk-developers] Testing of CXX files in VTK

Sebastien BARRE sebastien.barre at kitware.com
Fri Aug 9 14:01:31 EDT 2002


At 8/9/2002 01:41 PM, Ken Martin wrote:
>Hello Folk,
>
>I have modified VTK to use CMake's built in test driver command
>CREATE_TEST_SOURCELIST.

[...]

Practical note:
You can still use the -R regexp flag to execute a specific test,
         ctest -R mytest
but you can also use the test driver in the same way:
         CommonCxxTests -R mytest
(where -R test for a substring, i.e. anytest wich name has 'mytest' inside)


--
Sebastien Barre




More information about the vtk-developers mailing list