diff --git a/tests/run-tests b/tests/run-tests
index 866e5a14cc3b413d99154176c01a6341d3339903..8f5f7d470d64bda05686fb783b9f9f66780a99ca 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