summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-13 00:11:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:29 -0500
commit12e7682e7bff8e6d10a982a6e364cdc09d8b3524 (patch)
tree7ec9be7e4849755315a3d0e9aee00f19c1c52a1a /source4/lib/ldb/Makefile.in
parent7f63cebd331793d059b1dbfd2f7d7ce38105c4fe (diff)
downloadsamba-12e7682e7bff8e6d10a982a6e364cdc09d8b3524.tar.gz
samba-12e7682e7bff8e6d10a982a6e364cdc09d8b3524.tar.bz2
samba-12e7682e7bff8e6d10a982a6e364cdc09d8b3524.zip
r18437: added a 'make valgrindtest' target for ldb
(This used to be commit 4c33c6bb97f3b25b611c476be4c914031e55e4dc)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index 9f9d576223..2e7baf2329 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -131,6 +131,9 @@ realdistclean: distclean
test: all
for t in $(TESTS); do echo STARTING $${t}; $(srcdir)/tests/$${t} || exit 1; done
+valgrindtest: all
+ for t in $(TESTS); do echo STARTING $${t}; VALGRIND="valgrind -q --db-attach=yes --num-callers=30" $(srcdir)/tests/$${t} || exit 1; done
+
installcheck: install test
install: all