File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,14 @@ freedos:
238
238
239
239
# build an interpreter for coverage testing and do the testing
240
240
coverage :
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
242
249
243
250
coverage_test : coverage
244
251
$(eval DIRNAME=$(notdir $(CURDIR ) ) )
You can’t perform that action at this time.
0 commit comments