Skip to content

Commit 4297fed

Browse files
committed
tests: Run 'micropython' tests on pyboard.
1 parent 70c289a commit 4297fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
test_dirs = ('basics', 'micropython', 'float', 'import', 'io', 'misc')
131131
else:
132132
# run pyboard tests
133-
test_dirs = ('basics', 'float', 'pyb', 'pybnative', 'inlineasm')
133+
test_dirs = ('basics', 'micropython', 'float', 'pyb', 'pybnative', 'inlineasm')
134134
else:
135135
# run tests from these directories
136136
test_dirs = args.test_dirs

0 commit comments

Comments
 (0)