Re: [CMake] Ctest and AND operator on labels

2017-09-04 Thread Eric Noulard
2017-09-04 15:38 GMT+02:00 : > 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 ? >

[CMake] Ctest and AND operator on labels

2017-09-04 Thread ycollette . nospam
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 -- Powered by www.kitware.com Please keep