[Cmake] Added make test rule on UNIX
Ken Martin
ken.martin at kitware.com
Thu Aug 23 11:49:50 EDT 2001
I have updated cmake to build and install a program called ctest.
ctest will run the tests specified in the CMakeLists.txt files for a
CMake tree. I also modified cmUnixMakefileGenerator to add a test
target. So theoretically you should be able to do something like
cd Insight-Linux
cmake ../Insight
make
make test
I have tested it a little bit with VTK but let me know if you run into
any problems.
Thanks
Ken
More information about the CMake
mailing list