I'm using ctest combined with cmake, to maintain my test suite. It works pretty well.
If I want to run all the tests in a directory, I can run 'make test.' However, I haven't figured out how to run a single test that is in a directory with multiple tests. For example, I have a PDFTest directory that has 7 test, pdf1, pdf2, etc. If I run 'make test' it runs all 7. How could I just run, say, pdf5? Thanks, Jim
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
