aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2017-01-22 11:49:08 +1100
committerDamien George2017-01-22 11:56:16 +1100
commit1864f90e9a2c0cc12e91c88ddd491b809c5317e5 (patch)
treea0611aa50e45d1b077695433520be572e24fc238 /tests/run-tests
parent51c89e4f4e1067863540dc45cdbcd603d2c1888b (diff)
tests: Add test for builtin help function.
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 b835047a2..6834d59be 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', 'thread/thread_exc2.py')
+ special_tests = ('micropython/meminfo.py', 'basics/bytes_compare3.py', 'basics/builtin_help.py', 'thread/thread_exc2.py')
is_special = False
if pyb is None:
# run on PC