mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add Makefile template for testsuite
This commit is contained in:
parent
0d680845af
commit
cddd8504a5
20
tests/Makefile.in
Normal file
20
tests/Makefile.in
Normal file
@ -0,0 +1,20 @@
|
||||
## 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
|
Loading…
Reference in New Issue
Block a user