diff options
Diffstat (limited to 'tests/run-tests')
| -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 c1eee59ea..3237edf98 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -115,7 +115,7 @@ def main(): test_dirs = ('basics', 'float', 'import', 'io', 'misc') else: # run pyboard tests - test_dirs = ('basics', 'float', 'pyb') + test_dirs = ('basics', 'float', 'pyb', 'inlineasm') tests = sorted(test_file for test_files in (glob('{}/*.py'.format(dir)) for dir in test_dirs) for test_file in test_files) else: # tests explicitly given |
