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

tridge at samba.org tridge at samba.org
Mon Jun 13 09:04:02 GMT 2005


Author: tridge
Date: 2005-06-13 09:04:01 +0000 (Mon, 13 Jun 2005)
New Revision: 7526

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

Log:
make test should depend on the bins
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	2005-06-13 08:12:39 UTC (rev 7525)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2005-06-13 09:04:01 UTC (rev 7526)
@@ -148,7 +148,7 @@
 	@echo "STARTING SCHEMA MODULE TEST"
 	tests/test-schema.sh
 
-test: test-tdb test-ldap test-sqlite3 test-schema
+test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema
 
 install: all
 	cp include/ldb.h $(includedir)



More information about the samba-cvs mailing list