diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-23 18:46:24 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-23 18:46:24 +0200 |
commit | b82a204b9b2c28707ab7866a511ea4f5912826ac (patch) | |
tree | b79898d9d51481e5f8b23ab68a638d2628fd7a6c | |
parent | f579a2c666cd1ccabfa9452a69c871771941f858 (diff) | |
download | samba-b82a204b9b2c28707ab7866a511ea4f5912826ac.tar.gz samba-b82a204b9b2c28707ab7866a511ea4f5912826ac.tar.bz2 samba-b82a204b9b2c28707ab7866a511ea4f5912826ac.zip |
More lcov code coverage generation work
-rw-r--r-- | source4/torture/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 49830d2831..3016478cda 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -351,11 +351,11 @@ gcov: test do $(GCOV) -p -o $$I $$I/*.c; \ done -samba.info: test +samba4.info: test -rm heimdal/lib/*/{lex,parse,sel-lex}.{gcda,gcno} - lcov --base-directory `pwd` --directory . --directory ../nsswitch --directory ../libcli --directory ../librpc --directory ../lib --capture --output-file samba.info + cd .. && lcov --base-directory `pwd`/source4 --directory source4 --directory nsswitch --directory libcli --directory librpc --directory lib --capture --output-file source4/samba4.info -lcov: samba.info +lcov: samba4.info genhtml -o coverage $< testcov-html:: lcov |