svg-flatten: Improve error handling in Makefile
This commit is contained in:
parent
288e36764c
commit
c5640b4db3
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ $(BUILDDIR)/nopencv-test: src/test/nopencv_test.cpp src/nopencv.cpp src/util.cpp
|
|||
.PHONY: tests
|
||||
tests: $(BUILDDIR)/nopencv-test
|
||||
$(BUILDDIR)/nopencv-test
|
||||
$(PYTHON3) src/test/svg_tests.py || ( mkdir testcase-fails && cp /tmp/gerbolyze-*.{svg,png} testcase-fails/ && false )
|
||||
$(PYTHON3) src/test/svg_tests.py || ( mkdir -p testcase-fails && cp /tmp/gerbolyze-*.{svg,png} testcase-fails/ && false )
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue