repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: print error locations verbosely
[minix3.git]
/
share
/
mk
/
minix.gcov.mk
blob
2e62e4cc84691062efd45a0a3f9a7e1eea3be594
1
LCOV
=
lcov.
$(
PROG
)
2
CLEANFILES
+= *
.gcno
*
.gcda
$(
LCOV
)
3
4
.if
${
MKCOVERAGE
} ==
"yes"
5
CFLAGS
+=-
fno-builtin
-
fprofile-arcs
-
ftest-coverage
6
LDADD
+= -
lgcov
7
CC
=
gcc
8
.
endif
9
10
lcov
:
11
lcov
-
c
-
d .
>$(
LCOV
)