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 4f190c9 commit 6a8bc73Copy full SHA for 6a8bc73
ports/unix/Makefile
@@ -296,9 +296,10 @@ include $(TOP)/py/mkrules.mk
296
297
.PHONY: test test_full
298
299
+TEST_EXTRA ?=
300
test: $(PROG) $(TOP)/tests/run-tests.py
301
$(eval DIRNAME=ports/$(notdir $(CURDIR)))
- cd $(TOP)/tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests.py
302
+ cd $(TOP)/tests && MICROPY_MICROPYTHON=../$(DIRNAME)/$(PROG) ./run-tests.py $(TEST_EXTRA)
303
304
test_full: $(PROG) $(TOP)/tests/run-tests.py
305
0 commit comments