mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
x1000-installer: add test & code coverage support to makefile
Pass COVERAGE=1 to enable clang-based code coverage and pass SANITIZE=1 to enable sanitizers. 'make cov' will run the test app and show a coverage summary. Change-Id: I8a33e8b78665165d8da1818dc01f495f0c52cf06
This commit is contained in:
parent
06423cab58
commit
7ca8623927
2 changed files with 51 additions and 7 deletions
2
lib/x1000-installer/.gitignore
vendored
2
lib/x1000-installer/.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
xf_test
|
||||
fakeNAND.bin
|
||||
fakeNAND_meta.bin
|
||||
*.profraw
|
||||
*.profdata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue