File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,7 +258,8 @@ coverage_test: coverage
258258 cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests
259259 cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests -d thread
260260 cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --emit native
261- cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --via-mpy -d basics float
261+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --via-mpy -d basics float micropython
262+ cd $(TOP ) /tests && MICROPY_MICROPYTHON=../$(DIRNAME ) /micropython_coverage ./run-tests --via-mpy --emit native -d basics float micropython
262263 cat $(TOP ) /tests/basics/0prelim.py | ./micropython_coverage | grep -q ' abc'
263264 gcov -o build-coverage/py $(TOP ) /py/* .c
264265 gcov -o build-coverage/extmod $(TOP ) /extmod/* .c
You can’t perform that action at this time.
0 commit comments