summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-04-23 16:46:47 +0200
committerAndrew Bartlett <abartlet@samba.org>2009-04-23 16:46:47 +0200
commitf5dfd1a9a68fda488c96176754a3b6462e8e4dba (patch)
tree03e205f3c8fcb300c86bbb78613f2d6090244d50 /source4
parent53d491c9a4011a7d9ad69db52fb91d163f3f990a (diff)
downloadsamba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.tar.gz
samba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.tar.bz2
samba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.zip
s4:test Include 'source4' in directories to find lcov in
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 12cf62fcfe..49830d2831 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -353,7 +353,7 @@ gcov: test
samba.info: test
-rm heimdal/lib/*/{lex,parse,sel-lex}.{gcda,gcno}
- lcov --base-directory `pwd` --directory ../nsswitch --directory ../libcli --directory ../librpc --directory ../lib --capture --output-file samba.info
+ lcov --base-directory `pwd` --directory . --directory ../nsswitch --directory ../libcli --directory ../librpc --directory ../lib --capture --output-file samba.info
lcov: samba.info
genhtml -o coverage $<