On 07/01/2014 11:06 AM, Konstantin40 wrote:
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.
Do you mean CTestTestfile.cmake perchance?
Or is CTestTest.cmake some project specific include?
CTestTestfile.cmake itself in the context of CMake would be generated
from information provided in your CMakeLists.txt rather than handwritten
(unless you are using CTest without CMake).
The correct test property is called "LABELS":
http://cmake.org/cmake/help/v3.0/prop_test/LABELS.html
Nils
--
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