svn commit: samba r18437 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Wed Sep 13 00:11:08 GMT 2006


Author: tridge
Date: 2006-09-13 00:11:07 +0000 (Wed, 13 Sep 2006)
New Revision: 18437

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18437

Log:

added a 'make valgrindtest' target for ldb

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-13 00:10:38 UTC (rev 18436)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-13 00:11:07 UTC (rev 18437)
@@ -131,6 +131,9 @@
 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



More information about the samba-cvs mailing list