diff options
| author | Damien George | 2014-05-07 18:31:14 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-07 18:31:14 +0100 |
| commit | c4ccb078a52276fc95e407602676f14d34a3f3c1 (patch) | |
| tree | 9946cf21553162a0d2dd9a4d48768397d5f71741 /tests/run-tests | |
| parent | a32c1e41cc28c5f7cd95191918cebd0e447a2fce (diff) | |
tests: Add inline assembler test for pyboard.
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 |
