aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2014-05-07 18:55:31 +0100
committerDamien George2014-05-07 18:55:31 +0100
commit9102af6afbc65bb7c4597e3f8371f6e72a6aebd9 (patch)
treed056d9064584524f28bd66f33d2c6ae89003b358 /tests/run-tests
parentc4ccb078a52276fc95e407602676f14d34a3f3c1 (diff)
tests: Add a test for native code on 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 3237edf98..618d11831 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', 'inlineasm')
+ test_dirs = ('basics', 'float', 'pyb', 'pybnative', '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