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

tridge at samba.org tridge at samba.org
Tue Aug 22 04:34:06 GMT 2006


Author: tridge
Date: 2006-08-22 04:34:06 +0000 (Tue, 22 Aug 2006)
New Revision: 17695

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

Log:

added installcheck target

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-08-22 04:32:34 UTC (rev 17694)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 04:34:06 UTC (rev 17695)
@@ -191,8 +191,10 @@
 	@echo "SKIPPING SCHEMA MODULE TEST"
 endif
 
-test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema
+installcheck: install test-tdb test-ldap test-sqlite3 test-schema
 
+test: installcheck
+
 install: all
 	mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir)
 	mkdir -p $(mandir) $(mandir)/man3 $(mandir)/man1



More information about the samba-cvs mailing list