Skip to content
Snippets Groups Projects
Commit 56bb6f39 authored by Damien George's avatar Damien George
Browse files

travis: Run unix thread tests.

parent 2b5a1067
Branches
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ script:
# run tests with coverage info
- make -C unix coverage
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests -d thread)
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment