From 1864f90e9a2c0cc12e91c88ddd491b809c5317e5 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 22 Jan 2017 11:49:08 +1100 Subject: tests: Add test for builtin help function. --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run-tests') 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 -- cgit v1.2.3