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:
parent
c0d9e7d473
commit
4c33c6bb97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user