summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-16 16:12:58 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-16 16:12:58 +0200
commit9586462b8f61f4e37b34f45e58293b143de63cb0 (patch)
tree9eb36abddf6d19fd01e1f25d13a7e732055d1451 /source4/torture
parenta58df2f54c5847a6a3dddad51465c319f1c387f5 (diff)
parent228f342b1f12accbf3c07e1d2a1c9a5459ed966b (diff)
downloadsamba-9586462b8f61f4e37b34f45e58293b143de63cb0.tar.gz
samba-9586462b8f61f4e37b34f45e58293b143de63cb0.tar.bz2
samba-9586462b8f61f4e37b34f45e58293b143de63cb0.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 18dd8120cc35fe3d1cd4455c1f6a32b503274d97)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index e6c54022c2..6e1bacf199 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -332,12 +332,10 @@ lcov-split:
@$(MAKE) $(COV_TARGET) $(COV_VARS) \
TEST_OPTIONS="--analyse-cmd=\"lcov --base-directory `pwd` --directory . --capture --output-file samba.info -t\""
-rm heimdal/lib/*/{lex,parse}.{gcda,gcno}
- -rm lib/policy/*/{lex,parse}.{gcda,gcno}
genhtml -o coverage samba.info
lcov: test_cov
-rm heimdal/lib/*/{lex,parse}.{gcda,gcno}
- -rm lib/policy/*/{lex,parse}.{gcda,gcno}
lcov --base-directory `pwd` --directory . --capture --output-file samba.info
genhtml -o coverage samba.info