Hi everyone,
I want to use Labels to group some tests, that I want to execute together
with one command.
However, I cannot find how to specify property "label" for the tests.
Is it possible to set this as test property? Could someone point me to
somewhere, where this is shown?
At the end of this mail, I add how I'm setting up the tests using
CTestTest.cmake.
Thank you very much.
Konstantin
ADD_TEST( SomeTest mpiexec -np 12 $ENV{CIAO_SOURCE_DIRECTORY}/bin/arts "
arts.in" )
SET_TESTS_PROPERTIES( SomeTest PROPERTIES WORKING_DIRECTORY "SomeDir" )
SET_TESTS_PROPERTIES( SomeTest PROPERTIES PASS_REGULAR_EXPRESSION "END OF
SIMULATION" )
SET_TESTS_PROPERTIES( SomeTest PROPERTIES LABEL "SomeLabel" )
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake