ctest-test-label-andΒΆ
The
ctest_test()andctest_memcheck()commands gained the ability to accept more than one value for theirINCLUDE_LABELandEXCLUDE_LABELoptions. When multiple regular expressions are given, a test is selected only if each expression matches at least one of the test's labels (i.e. the expressions form anANDrelationship), matching the behavior of repeating thectest --label-regexandctest --label-excludecommand-line options.