Re: [CMake] CTest usage

2016-03-08 Thread Miller Henry
] On Behalf Of CHEVRIER, Marc Sent: Tuesday, March 08, 2016 5:21 AM To: cmake@cmake.org Subject: [CMake] CTest usage Hi, Is there someone able to help me regarding ctest usage with labels? Here is the problem: I have various tests which have labels attached to them: set_property (TEST test1

[CMake] CTest usage

2016-03-08 Thread CHEVRIER, Marc
Hi, Is there someone able to help me regarding ctest usage with labels? Here is the problem: I have various tests which have labels attached to them: set_property (TEST test1 PROPERTY LABELS LABEL1) set_property (TEST test2 PROPERTY LABELS LABEL1 LABEL2) set_property (TEST test3 PROPERTY LABELS