From: Kurt Zeilenga Date: Thu, 17 Sep 1998 09:40:33 +0000 (+0000) Subject: Add Makefile template for testsuite X-Git-Tag: PHP3_TOOL_0_0~18^2~125 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cddd8504a55a748d5652406c09e6ba777c5d463a;p=openldap Add Makefile template for testsuite --- diff --git a/tests/Makefile.in b/tests/Makefile.in new file mode 100644 index 0000000000..517feeea03 --- /dev/null +++ b/tests/Makefile.in @@ -0,0 +1,20 @@ +## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved. +## COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## +## tests Makefile.in for OpenLDAP + + +SCRIPTSDIR=./scripts + +all: FORCE + @echo "Initiating LDAP tests..."; \ + test -d test-db || $(MKDIR) test-db ; \ + test -d test-repl || $(MKDIR) test-repl ; \ + $(SCRIPTSDIR)/all $(SCRIPTSDIR) + +install: FORCE +depend: FORCE +veryclean: clean + +clean: FORCE + $(RM) test-db/[!C]* test-repl/[!C]* *core