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
ea00151f
Commit
ea00151f
authored
Jan 05, 2017
by
Damien George
Browse files
unix/Makefile: Split long line for coverage target, easier to modify.
parent
d7e16842
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
ea00151f
...
...
@@ -238,7 +238,14 @@ freedos:
# build an interpreter for coverage testing and do the testing
coverage
:
$(MAKE)
COPT
=
"-O0"
CFLAGS_EXTRA
=
'-DMP_CONFIGFILE="<mpconfigport_coverage.h>" -fprofile-arcs -ftest-coverage -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wuninitialized -Wunused-parameter -DMICROPY_UNIX_COVERAGE'
LDFLAGS_EXTRA
=
'-fprofile-arcs -ftest-coverage'
BUILD
=
build-coverage
PROG
=
micropython_coverage
$(MAKE)
\
COPT
=
"-O0"
CFLAGS_EXTRA
=
'-DMP_CONFIGFILE="<mpconfigport_coverage.h>" \
-fprofile-arcs -ftest-coverage \
-Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wsign-compare \
-Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
-DMICROPY_UNIX_COVERAGE'
\
LDFLAGS_EXTRA
=
'-fprofile-arcs -ftest-coverage'
\
BUILD
=
build-coverage
PROG
=
micropython_coverage
coverage_test
:
coverage
$(
eval
DIRNAME
=
$(
notdir
$(CURDIR)
))
...
...
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