summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-09-04 16:40:40 +1000
committerDamien George <damien.p.george@gmail.com>2016-09-04 16:40:40 +1000
commit2d8740a4d11fbc4d147636e2161ec08eb46ecf66 (patch)
treee7e23614ba07af8e8a03f1c9df962adea8be8127 /unix
parent47899a1ab8756c3850bb275f3756544da0e7b050 (diff)
downloadmicropython-2d8740a4d11fbc4d147636e2161ec08eb46ecf66.tar.gz
micropython-2d8740a4d11fbc4d147636e2161ec08eb46ecf66.zip
tests/extmod: Add a test for framebuf module, tested by 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 f9a6fbd9dd..5fd5b82c1b 100644
--- a/unix/mpconfigport_coverage.h
+++ b/unix/mpconfigport_coverage.h
@@ -35,3 +35,4 @@
#undef MICROPY_VFS_FAT
#define MICROPY_FSUSERMOUNT (1)
#define MICROPY_VFS_FAT (1)
+#define MICROPY_PY_FRAMEBUF (1)