openldap/tests/Makefile.in

19 lines
430 B
Makefile
Raw Normal View History

1998-10-25 09:41:42 +08:00
## 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 .
1998-10-25 09:41:42 +08:00
@echo "Initiating LDAP tests..."; \
$(MKDIR) test-db test-repl ; \
$(srcdir)/scripts/all $(srcdir)
1998-10-25 09:41:42 +08:00
clean-local: FORCE
$(RM) test-db/[!C]* test-repl/[!C]* *core
veryclean-local: FORCE
1999-01-14 07:38:01 +08:00
$(RM) -f data
$(RM) -r test-db test-repl
1998-10-25 09:41:42 +08:00