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

This commit is contained in:
Damien George 2017-01-05 14:55:57 +11:00
parent ea00151ffa
commit 1551309575
3 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,7 @@ coverage:
-Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
-DMICROPY_UNIX_COVERAGE' \
LDFLAGS_EXTRA='-fprofile-arcs -ftest-coverage' \
FROZEN_DIR=coverage-frzstr FROZEN_MPY_DIR=coverage-frzmpy \
BUILD=build-coverage PROG=micropython_coverage
coverage_test: coverage

View File

@ -0,0 +1 @@
print('frzmpy1')

View File

@ -0,0 +1 @@
print('frzstr1')