1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r17695: added installcheck target

(This used to be commit 7cca1f83f40106707c00edf612796451536d73e5)
This commit is contained in:
Andrew Tridgell 2006-08-22 04:34:06 +00:00 committed by Gerald (Jerry) Carter
parent 23557a9f17
commit 66758e092b

View File

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