File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ if EMBEDDED_UNIVALUE
166
166
endif
167
167
168
168
%.cpp.test: %.cpp
169
- @echo Running tests: `cat $< | grep "BOOST_FIXTURE_TEST_SUITE(\ |BOOST_AUTO_TEST_SUITE( " | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1` from $<
170
- $(AM_V_at)$(TEST_BINARY) -l test_suite -t "`cat $< | grep "BOOST_FIXTURE_TEST_SUITE(\ |BOOST_AUTO_TEST_SUITE( " | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" > $<.log 2>&1 || (cat $<.log && false)
169
+ @echo Running tests: `cat $< | grep -E "(BOOST_FIXTURE_TEST_SUITE\\( |BOOST_AUTO_TEST_SUITE\\() " | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1` from $<
170
+ $(AM_V_at)$(TEST_BINARY) -l test_suite -t "`cat $< | grep -E "(BOOST_FIXTURE_TEST_SUITE\\( |BOOST_AUTO_TEST_SUITE\\() " | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" > $<.log 2>&1 || (cat $<.log && false)
171
171
172
172
%.json.h: %.json
173
173
@$(MKDIR_P) $(@D)
You can’t perform that action at this time.
0 commit comments