diff options
| author | Damien George <damien@micropython.org> | 2022-02-17 12:02:35 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-02-24 18:29:02 +1100 |
| commit | 66fc0f45c17c8f3af68d688a432bb51318bc434e (patch) | |
| tree | 8e1c4e851b06f63072d6d0ea0f50577019beb501 | |
| parent | 73a1927fce29f461945708675b82bd3d29f9f568 (diff) | |
tools/ci.sh: Run urandom test scripts as part of native module tests.
Signed-off-by: Damien George <damien@micropython.org>
| -rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 075e5e423..4ae21859d 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -454,7 +454,7 @@ function ci_unix_coverage_run_tests { function ci_unix_coverage_run_native_mpy_tests { MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython-coverage -m features2 - (cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py) + (cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,urandom*,ure*,uzlib*}.py) } function ci_unix_32bit_setup { |
