Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
15513095
Commit
15513095
authored
Jan 05, 2017
by
Damien George
Browse files
unix: Enable and add basic frozen str and frozen mpy in coverage build.
parent
ea00151f
Changes
3
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
15513095
...
...
@@ -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
...
...
unix/coverage-frzmpy/frzmpy1.py
0 → 100644
View file @
15513095
print
(
'frzmpy1'
)
unix/coverage-frzstr/frzstr1.py
0 → 100644
View file @
15513095
print
(
'frzstr1'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment