summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-08 13:46:03 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-08 13:46:03 +0100
commit4297fed1c384c6e1fc596fb471a645469a3e6118 (patch)
tree34938a9fc41fd2b63d778bd9ffaed92a31959503
parent70c289a7a671dd783dc9beb93288a3d0b5c61513 (diff)
downloadmicropython-4297fed1c384c6e1fc596fb471a645469a3e6118.tar.gz
micropython-4297fed1c384c6e1fc596fb471a645469a3e6118.zip
tests: Run 'micropython' tests on pyboard.
-rwxr-xr-xtests/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 866e5a14cc..8f5f7d470d 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