[CMake] Ctest and AND operator on labels

Eric Noulard eric.noulard at gmail.com
Mon Sep 4 12:02:34 EDT 2017


2017-09-04 15:38 GMT+02:00 <ycollette.nospam at free.fr>:

> Hello,
>
> I would like to launch tests with 2 specific labels: LEVEL1 and NEW
> To launch tests with several labels and the OR logical operator, you can
> do that:
> cmake -L "(LEVEL1|NEW)"
>
> But how can you perform the AND operator ?
>

You can't.

See
https://cmake.org/pipermail/cmake/2017-March/065168.html

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


More information about the CMake mailing list