[CMake] Ctest and AND operator on labels

ycollette.nospam at free.fr ycollette.nospam at free.fr
Mon Sep 4 09:38:02 EDT 2017


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 ?

Best regards,

YC


More information about the CMake mailing list