File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,14 @@ freedos:
238238
239239# build an interpreter for coverage testing and do the testing
240240coverage :
241- $(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
241+ $(MAKE ) \
242+ COPT=" -O0" CFLAGS_EXTRA=' -DMP_CONFIGFILE="<mpconfigport_coverage.h>" \
243+ -fprofile-arcs -ftest-coverage \
244+ -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wsign-compare \
245+ -Wold-style-definition -Wpointer-arith -Wshadow -Wuninitialized -Wunused-parameter \
246+ -DMICROPY_UNIX_COVERAGE' \
247+ LDFLAGS_EXTRA=' -fprofile-arcs -ftest-coverage' \
248+ BUILD=build-coverage PROG=micropython_coverage
242249
243250coverage_test : coverage
244251 $(eval DIRNAME=$(notdir $(CURDIR ) ) )
You can’t perform that action at this time.
0 commit comments