From 66758e092b36cc1a3dc78adf42366d1b71f28eca Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 04:34:06 +0000 Subject: r17695: added installcheck target (This used to be commit 7cca1f83f40106707c00edf612796451536d73e5) --- source4/lib/ldb/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb/Makefile.in') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 7107b87daf..fce9d21fca 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -191,7 +191,9 @@ test-schema: @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) -- cgit