diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-23 16:46:47 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-23 16:46:47 +0200 |
commit | f5dfd1a9a68fda488c96176754a3b6462e8e4dba (patch) | |
tree | 03e205f3c8fcb300c86bbb78613f2d6090244d50 | |
parent | 53d491c9a4011a7d9ad69db52fb91d163f3f990a (diff) | |
download | samba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.tar.gz samba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.tar.bz2 samba-f5dfd1a9a68fda488c96176754a3b6462e8e4dba.zip |
s4:test Include 'source4' in directories to find lcov in
-rw-r--r-- | source4/torture/config.mk | 2 |
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 $< |