openldap/tests/Makefile.in
Kurt Zeilenga 49a0b0f7e8 Fix ldapsearch fp uninitialized bug (from devel)
Ignore make clean rm error (from devel)
2000-06-10 18:52:08 +00:00

18 lines
430 B
Makefile

## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## tests Makefile.in for OpenLDAP
all-local: FORCE
@-$(LN_S) $(srcdir)/data .
@echo "Initiating LDAP tests..."; \
$(MKDIR) test-db test-repl ; \
$(srcdir)/scripts/all $(srcdir)
clean-local: FORCE
-$(RM) test-db/[!C]* test-repl/[!C]* *core
veryclean-local: FORCE
@-$(RM) data
$(RM) -r test-db test-repl