Skip to content
Snippets Groups Projects
Commit cddd8504 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add Makefile template for testsuite

parent 0d680845
No related branches found
No related tags found
No related merge requests found
## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## tests Makefile.in for OpenLDAP
SCRIPTSDIR=./scripts
all: FORCE
@echo "Initiating LDAP tests..."; \
test -d test-db || $(MKDIR) test-db ; \
test -d test-repl || $(MKDIR) test-repl ; \
$(SCRIPTSDIR)/all $(SCRIPTSDIR)
install: FORCE
depend: FORCE
veryclean: clean
clean: FORCE
$(RM) test-db/[!C]* test-repl/[!C]* *core
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment