Add a --with-coverage to have a facilitate code coverage checking
modified Makefile.autosetup
@@ -3,8 +3,16 @@ DIRS= external compat libpkg/repo libpkg src docs scripts @testsdir@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -18,6 +26,14 @@ check: all
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified auto.def
@@ -15,6 +15,7 @@ options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -53,7 +54,7 @@ if {[string match *-linux* [get-define host]]} {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -232,10 +233,20 @@ cc-check-includes bsd/err.h bsd/libutil.h bsd/readpassphrase.h \
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified mk/defs.mk.in
@@ -1,6 +1,10 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|