]> git.sur5r.net Git - openldap/commitdiff
Add Makefile template for testsuite
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Sep 1998 09:40:33 +0000 (09:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Sep 1998 09:40:33 +0000 (09:40 +0000)
tests/Makefile.in [new file with mode: 0644]

diff --git a/tests/Makefile.in b/tests/Makefile.in
new file mode 100644 (file)
index 0000000..517feee
--- /dev/null
@@ -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