We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae199d commit aeb2d87Copy full SHA for aeb2d87
makefile
@@ -65,6 +65,7 @@ tests test-all:
65
@echo ' Run again if any test fails.'
66
@echo ''
67
$(PYTHON) -m unittest discover
68
+ rm -f tests/xxx.*
69
70
run run-examples:
71
$(MAKE) -C examples PYTHON=$(PYTHON) run
0 commit comments