[CMake] Running test who have two labels?

Eric Noulard eric.noulard at gmail.com
Fri Mar 24 06:50:54 EDT 2017


Hi there,

I'm playing with ctest LABELS and I wanted to know whether if it is possible
to run the set of tests which have 2 labels ?

I manage to have all tests which have **either** L1 or L2:

ctest -L "L1|L2"

but how can I write a proper command line for both L1 and L2 ?

apparently

ctest -L "L1" -L "L2"

only takes into account the last -L argument.

-- 
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170324/cdceb85b/attachment.html>


More information about the CMake mailing list