fix native tests
This commit is contained in:
parent
88c22d5052
commit
4a62665175
|
@ -61,5 +61,5 @@ jobs:
|
||||||
make -C examples/natmod/uzlib
|
make -C examples/natmod/uzlib
|
||||||
- name: Test native modules
|
- name: Test native modules
|
||||||
if: matrix.test == 'all'
|
if: matrix.test == 'all'
|
||||||
run: ./run-natmodtests.py extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py
|
run: ./run-natmodtests.py extmod/{uheapq*,ure*,uzlib*}.py
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
|
|
|
@ -17,8 +17,6 @@ NATMOD_EXAMPLE_DIR = "../examples/natmod/"
|
||||||
|
|
||||||
# Supported tests and their corresponding mpy module
|
# Supported tests and their corresponding mpy module
|
||||||
TEST_MAPPINGS = {
|
TEST_MAPPINGS = {
|
||||||
"btree": "btree/btree_$(ARCH).mpy",
|
|
||||||
"framebuf": "framebuf/framebuf_$(ARCH).mpy",
|
|
||||||
"uheapq": "uheapq/uheapq_$(ARCH).mpy",
|
"uheapq": "uheapq/uheapq_$(ARCH).mpy",
|
||||||
"urandom": "urandom/urandom_$(ARCH).mpy",
|
"urandom": "urandom/urandom_$(ARCH).mpy",
|
||||||
"ure": "ure/ure_$(ARCH).mpy",
|
"ure": "ure/ure_$(ARCH).mpy",
|
||||||
|
|
Loading…
Reference in New Issue