Skip to content
Snippets Groups Projects
Commit 15513095 authored by Damien George's avatar Damien George
Browse files

unix: Enable and add basic frozen str and frozen mpy in coverage build.

parent ea00151f
No related branches found
No related tags found
No related merge requests found
...@@ -245,6 +245,7 @@ coverage: ...@@ -245,6 +245,7 @@ coverage:
-Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \ -Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
-DMICROPY_UNIX_COVERAGE' \ -DMICROPY_UNIX_COVERAGE' \
LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \ LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \
FROZEN_DIR=coverage-frzstr FROZEN_MPY_DIR=coverage-frzmpy \
BUILD=build-coverage PROG=micropython_coverage BUILD=build-coverage PROG=micropython_coverage
coverage_test: coverage coverage_test: coverage
......
print('frzmpy1')
print('frzstr1')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment