File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
130130# ###############################################################################
131131# Main targets.
132132
133- .PHONY : all repl min test test_min
133+ .PHONY : all repl min test test// % test_min
134134
135135all : $(BUILD ) /micropython.mjs
136136
@@ -150,6 +150,9 @@ min: $(BUILD)/micropython.min.mjs
150150test : $(BUILD ) /micropython.mjs $(TOP ) /tests/run-tests.py
151151 cd $(TOP ) /tests && MICROPY_MICROPYTHON_MJS=../ports/webassembly/$< ./run-tests.py -t webassembly
152152
153+ test//% : $(BUILD ) /micropython.mjs $(TOP ) /tests/run-tests.py
154+ cd $(TOP ) /tests && MICROPY_MICROPYTHON_MJS=../ports/webassembly/$< ./run-tests.py -t webassembly -i " $* "
155+
153156test_min : $(BUILD ) /micropython.min.mjs $(TOP ) /tests/run-tests.py
154157 cd $(TOP ) /tests && MICROPY_MICROPYTHON_MJS=../ports/webassembly/$< ./run-tests.py -t webassembly
155158
You can’t perform that action at this time.
0 commit comments