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
efa206d9
Commit
efa206d9
authored
Dec 22, 2016
by
Damien George
Browse files
unix/Makefile: Make "coverage_test" target mirror Travis test actions.
parent
97f3797b
Changes
1
Show whitespace changes
Inline
Side-by-side
unix/Makefile
View file @
efa206d9
...
...
@@ -243,7 +243,9 @@ coverage:
coverage_test
:
coverage
$(
eval
DIRNAME
=
$(
notdir
$(CURDIR)
))
cd
../tests
&&
MICROPY_MICROPYTHON
=
../
$(DIRNAME)
/micropython_coverage ./run-tests
cd
../tests
&&
MICROPY_MICROPYTHON
=
../
$(DIRNAME)
/micropython_coverage ./run-tests
-d
thread
cd
../tests
&&
MICROPY_MICROPYTHON
=
../
$(DIRNAME)
/micropython_coverage ./run-tests
--emit
native
cd
../tests
&&
MICROPY_MICROPYTHON
=
../
$(DIRNAME)
/micropython_coverage ./run-tests
--via-mpy
-d
basics float
gcov
-o
build-coverage/py ../py/
*
.c
gcov
-o
build-coverage/extmod ../extmod/
*
.c
...
...
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