diff options
| author | Damien George | 2014-06-08 13:46:03 +0100 |
|---|---|---|
| committer | Damien George | 2014-06-08 13:46:03 +0100 |
| commit | 4297fed1c384c6e1fc596fb471a645469a3e6118 (patch) | |
| tree | 34938a9fc41fd2b63d778bd9ffaed92a31959503 | |
| parent | 70c289a7a671dd783dc9beb93288a3d0b5c61513 (diff) | |
tests: Run 'micropython' tests on pyboard.
| -rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests index 866e5a14c..8f5f7d470 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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 |
