tests: Run 'micropython' tests on pyboard.
This commit is contained in:
parent
70c289a7a6
commit
4297fed1c3
@ -130,7 +130,7 @@ def main():
|
||||
test_dirs = ('basics', 'micropython', 'float', 'import', 'io', 'misc')
|
||||
else:
|
||||
# run pyboard tests
|
||||
test_dirs = ('basics', 'float', 'pyb', 'pybnative', 'inlineasm')
|
||||
test_dirs = ('basics', 'micropython', 'float', 'pyb', 'pybnative', 'inlineasm')
|
||||
else:
|
||||
# run tests from these directories
|
||||
test_dirs = args.test_dirs
|
||||
|
Loading…
Reference in New Issue
Block a user