tests: print error locations verbosely
[minix3.git] / share / mk / minix.gcov.mk
blob2e62e4cc84691062efd45a0a3f9a7e1eea3be594
1 LCOV=lcov.$(PROG)
2 CLEANFILES+= *.gcno *.gcda $(LCOV)
4 .if ${MKCOVERAGE} == "yes"
5 CFLAGS+=-fno-builtin -fprofile-arcs -ftest-coverage
6 LDADD+= -lgcov
7 CC=gcc
8 .endif
10 lcov:
11 lcov -c -d . >$(LCOV)