1998-10-24 21:41:42 -04:00
|
|
|
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
|
|
|
|
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
|
##
|
|
|
|
|
## tests Makefile.in for OpenLDAP
|
|
|
|
|
|
|
|
|
|
all-local: FORCE
|
1999-01-09 21:25:41 -05:00
|
|
|
@-$(LN_S) $(srcdir)/data .
|
1998-10-24 21:41:42 -04:00
|
|
|
@echo "Initiating LDAP tests..."; \
|
1999-01-09 21:25:41 -05:00
|
|
|
$(MKDIR) test-db test-repl ; \
|
|
|
|
|
$(srcdir)/scripts/all $(srcdir)
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
clean-local: FORCE
|
|
|
|
|
$(RM) test-db/[!C]* test-repl/[!C]* *core
|
|
|
|
|
|
1998-11-22 01:24:59 -05:00
|
|
|
veryclean-local: FORCE
|
1999-01-14 01:33:09 -05:00
|
|
|
@-$(RM) data
|
1998-11-22 01:24:59 -05:00
|
|
|
$(RM) -r test-db test-repl
|
1998-10-24 21:41:42 -04:00
|
|
|
|