]> git.sur5r.net Git - openldap/blob - tests/Makefile.in
8bfc599a3cb7a090d96f08953cf6516312859df2
[openldap] / tests / Makefile.in
1 ## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
2 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
3 ##
4 ## tests Makefile.in for OpenLDAP
5
6
7 SCRIPTSDIR=./scripts
8
9 all-local:      FORCE
10         @echo "Initiating LDAP tests..."; \
11         $(MKDIR) -p test-db test-repl ; \
12         $(SCRIPTSDIR)/all $(SCRIPTSDIR)
13
14 clean-local:    FORCE
15         $(RM) test-db/[!C]* test-repl/[!C]* *core
16
17 veryclean-local: FORCE
18         $(RM) -r test-db test-repl
19