]> git.sur5r.net Git - openldap/blob - tests/Makefile.in
Merge in Normalized DN bug fixes and optimizations from devel.
[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 all-local:      FORCE
7         @-$(LN_S) $(srcdir)/data .
8         @echo "Initiating LDAP tests..."; \
9         $(MKDIR) test-db test-repl ; \
10         $(srcdir)/scripts/all $(srcdir)
11
12 clean-local:    FORCE
13         $(RM) test-db/[!C]* test-repl/[!C]* *core
14
15 veryclean-local: FORCE
16         @-$(RM) data
17         $(RM) -r test-db test-repl
18