diff options
| author | Damien George | 2019-10-18 17:25:21 +1100 |
|---|---|---|
| committer | Damien George | 2019-10-29 14:17:29 +1100 |
| commit | 62d5659cdd198cf88ed9ac5a2b0aadb03a8098cb (patch) | |
| tree | d451c7631fb40ead1324f7867aea61ef5b767d18 /ports/unix/Makefile | |
| parent | a099505420221790509ab92611db52d0131e401a (diff) | |
unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.
Diffstat (limited to 'ports/unix/Makefile')
| -rw-r--r-- | ports/unix/Makefile | 1 |
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 |
