1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r18437: added a 'make valgrindtest' target for ldb

This commit is contained in:
Andrew Tridgell 2006-09-13 00:11:07 +00:00 committed by Gerald (Jerry) Carter
parent c0d9e7d473
commit 4c33c6bb97

View File

@ -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