aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2014-05-07 18:31:14 +0100
committerDamien George2014-05-07 18:31:14 +0100
commitc4ccb078a52276fc95e407602676f14d34a3f3c1 (patch)
tree9946cf21553162a0d2dd9a4d48768397d5f71741 /tests/run-tests
parenta32c1e41cc28c5f7cd95191918cebd0e447a2fce (diff)
tests: Add inline assembler test for pyboard.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests2
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