Edward Flanigan wrote:

Using CTest, is there any way to specify what tests I want to run in a file?
There is the option for -I where you have to specify the test number.
I want to specify the test name (not the number):

TestA
TestB
TestD

use that file as an input to CTEST and run only the tests that were named in that file.

Using numbers can lead to problems, what if more tests are added and changed the numbers of existing tests?
All scripts using those numbers would have to be modified.


ctest -R

-Bill
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to