summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-22 11:48:48 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-22 11:56:16 +1100
commit51c89e4f4e1067863540dc45cdbcd603d2c1888b (patch)
treeb58e16a9cd120e1d92dffc4dd54876ad5fc498d5 /unix
parent895807137e508f8d1fe36c07ebd8dda657d83948 (diff)
downloadmicropython-51c89e4f4e1067863540dc45cdbcd603d2c1888b.tar.gz
micropython-51c89e4f4e1067863540dc45cdbcd603d2c1888b.zip
unix: Enable builtin help function in coverage build.
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport_coverage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport_coverage.h b/unix/mpconfigport_coverage.h
index 5fd5b82c1b..2d7ace2459 100644
--- a/unix/mpconfigport_coverage.h
+++ b/unix/mpconfigport_coverage.h
@@ -29,6 +29,7 @@
#include <mpconfigport.h>
+#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
#undef MICROPY_FSUSERMOUNT