Re: [cmake-developers] set_test_properties ignoring multiple properties

2016-03-08 Thread Ben Boeckel
On Tue, Mar 08, 2016 at 14:36:38 -0700, Kael Dai wrote: > I have a test that outputs multiple lines and want to use > set_tests_properties with the PASS_REGULAR_EXPRESSION property to check > different lines in the output. I've tried doing > > set_tests_properties(test1 PROPERTIES PASS_REGULAR_EXP

Re: [cmake-developers] set_test_properties ignoring multiple properties

2016-03-08 Thread Nils Gladitz
On 08.03.2016 22:36, Kael Dai wrote: Hi, I have a test that outputs multiple lines and want to use set_tests_properties with the PASS_REGULAR_EXPRESSION property to check different lines in the output. I've tried doing set_tests_properties(test1 PROPERTIES PASS_REGULAR_EXPRESSION "value1" P

[cmake-developers] set_test_properties ignoring multiple properties

2016-03-08 Thread Kael Dai
Hi, I have a test that outputs multiple lines and want to use set_tests_properties with the PASS_REGULAR_EXPRESSION property to check different lines in the output. I've tried doing set_tests_properties(test1 PROPERTIES PASS_REGULAR_EXPRESSION "value1" PASS_REGULAR_EXPRESSION "value2") I've also