diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index bbff5359a..98e78dc78 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -426,6 +426,7 @@ function ci_native_mpy_modules_build { make -C examples/natmod/features2 ARCH=$arch make -C examples/natmod/features3 ARCH=$arch make -C examples/natmod/btree ARCH=$arch + make -C examples/natmod/deflate ARCH=$arch make -C examples/natmod/framebuf ARCH=$arch make -C examples/natmod/heapq ARCH=$arch make -C examples/natmod/random ARCH=$arch @@ -495,7 +496,7 @@ function ci_unix_coverage_run_mpy_merge_tests { function ci_unix_coverage_run_native_mpy_tests { MICROPYPATH=examples/natmod/features2 ./ports/unix/build-coverage/micropython -m features2 - (cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,heapq*,random*,re*}.py) + (cd tests && ./run-natmodtests.py "$@" extmod/{btree*,deflate*,framebuf*,heapq*,random*,re*}.py) } function ci_unix_32bit_setup { |
