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.
_________________________________________________________________
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_072008
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake