summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport_coverage.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-16 18:05:33 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-20 15:20:26 +1100
commit74faf4c5fc2245e33a0deed840716a36249eb683 (patch)
treec74eb78f267a3ecbf839f70fb70aabe42a093629 /unix/mpconfigport_coverage.h
parentc772817deea6f3e5fe63483db77a98b65974d833 (diff)
downloadmicropython-74faf4c5fc2245e33a0deed840716a36249eb683.tar.gz
micropython-74faf4c5fc2245e33a0deed840716a36249eb683.zip
unix/coverage: Enable scheduler and add tests for it.
Diffstat (limited to 'unix/mpconfigport_coverage.h')
-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 9df8d0fca8..387e182db2 100644
--- a/unix/mpconfigport_coverage.h
+++ b/unix/mpconfigport_coverage.h
@@ -32,6 +32,7 @@
#include <mpconfigport.h>
+#define MICROPY_ENABLE_SCHEDULER (1)
#define MICROPY_PY_DELATTR_SETATTR (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)