aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/Makefile
diff options
context:
space:
mode:
authorDamien George2019-10-18 17:25:21 +1100
committerDamien George2019-10-29 14:17:29 +1100
commit62d5659cdd198cf88ed9ac5a2b0aadb03a8098cb (patch)
treed451c7631fb40ead1324f7867aea61ef5b767d18 /ports/unix/Makefile
parenta099505420221790509ab92611db52d0131e401a (diff)
unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.
Diffstat (limited to 'ports/unix/Makefile')
-rw-r--r--ports/unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile
index bcc76ce16..5a21bd6b2 100644
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -257,6 +257,7 @@ coverage:
-Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
-DMICROPY_UNIX_COVERAGE' \
LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \
+ MICROPY_VFS_LFS=1 \
FROZEN_MANIFEST=manifest_coverage.py \
BUILD=build-coverage PROG=micropython_coverage