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 798f6ec commit 963a514Copy full SHA for 963a514
ports/unix/Makefile
@@ -309,6 +309,10 @@ test_full: $(PROG) $(TOP)/tests/run-tests.py
309
cd $(TOP)/tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests.py --via-mpy $(RUN_TESTS_MPY_CROSS_FLAGS) --emit native -d basics float micropython
310
cat $(TOP)/tests/basics/0prelim.py | ./$(PROG) | grep -q 'abc'
311
312
+.PHONY: print-failures clean-failures
313
+print-failures clean-failures:
314
+ ../../tests/run-tests.py --$@
315
+
316
test_gcov: test_full
317
gcov -o $(BUILD)/py $(TOP)/py/*.c
318
gcov -o $(BUILD)/extmod $(TOP)/extmod/*.c
0 commit comments