File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -386,17 +386,17 @@ endif
386
386
387
387
%.cpp.test: %.cpp
388
388
@echo Running tests: $$(\
389
- cat $< | \
390
- grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
391
- cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1) \
392
- from $<
389
+ cat $< | \
390
+ grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
391
+ cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
392
+ ) from $<
393
393
$(AM_V_at)export TEST_LOGFILE=$(abs_builddir)/$$(\
394
394
echo $< | grep -E -o "(wallet/test/.*\.cpp|test/.*\.cpp)" | $(SED) -e s/\.cpp/.log/ \
395
395
) && \
396
396
$(TEST_BINARY) --catch_system_errors=no -l test_suite -t "$$(\
397
- cat $< | \
398
- grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
399
- cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
397
+ cat $< | \
398
+ grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | \
399
+ cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1\
400
400
)" -- DEBUG_LOG_OUT > "$$TEST_LOGFILE" 2>&1 || (cat "$$TEST_LOGFILE" && false)
401
401
402
402
%.json.h: %.json
You can’t perform that action at this time.
0 commit comments