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

tests: Run 'micropython' tests on pyboard.

parent 70c289a7
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ def main(): ...@@ -130,7 +130,7 @@ def main():
test_dirs = ('basics', 'micropython', 'float', 'import', 'io', 'misc') test_dirs = ('basics', 'micropython', 'float', 'import', 'io', 'misc')
else: else:
# run pyboard tests # run pyboard tests
test_dirs = ('basics', 'float', 'pyb', 'pybnative', 'inlineasm') test_dirs = ('basics', 'micropython', 'float', 'pyb', 'pybnative', 'inlineasm')
else: else:
# run tests from these directories # run tests from these directories
test_dirs = args.test_dirs test_dirs = args.test_dirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment