From 4297fed1c384c6e1fc596fb471a645469a3e6118 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Sun, 8 Jun 2014 13:46:03 +0100
Subject: [PATCH] tests: Run 'micropython' tests on pyboard.

---
 tests/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-tests b/tests/run-tests
index 866e5a14c..8f5f7d470 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
-- 
GitLab