File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ include $(TOP)/py/mkrules.mk
189189
190190test : $(PROG ) $(TOP ) /tests/run-tests
191191 $(eval DIRNAME=ports/$(notdir $(CURDIR ) ) )
192- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /$(PROG ) ./run-tests
192+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /$(PROG ) ./run-tests --auto-jobs
193193
194194# install micropython in /usr/local/bin
195195TARGET = micropython
@@ -254,10 +254,10 @@ coverage:
254254
255255coverage_test : coverage
256256 $(eval DIRNAME=ports/$(notdir $(CURDIR ) ) )
257- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests
258- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests -d thread
259- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --emit native
260- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --via-mpy -d basics float
257+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --auto-jobs
258+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --auto-jobs - d thread
259+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --auto-jobs -- emit native
260+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests -j1 - -via-mpy -d basics float
261261 gcov -o build-coverage/py $(TOP ) /py/* .c
262262 gcov -o build-coverage/extmod $(TOP ) /extmod/* .c
263263
You can’t perform that action at this time.
0 commit comments