aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorRami Ali2016-12-29 13:12:06 +1100
committerDamien George2016-12-29 13:27:50 +1100
commitf397e1fdf0519a6770336c04904c4f0495e75496 (patch)
treedeea49fab545af2d36485acfe82afe0d1cf1a7dc /tests/run-tests
parentc15ebf7c8c797af0dc7e601dbb70dbe3777d8ee6 (diff)
tests/thread: Improve modthread.c test coverage.
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 d142c998c..3bfa73e04 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -51,7 +51,7 @@ def convert_regex_escapes(line):
def run_micropython(pyb, args, test_file):
- special_tests = ('micropython/meminfo.py', 'basics/bytes_compare3.py')
+ special_tests = ('micropython/meminfo.py', 'basics/bytes_compare3.py', 'thread/thread_exc2.py')
is_special = False
if pyb is None:
# run on PC