1999-09-02 08:52:43 +08:00
|
|
|
# $OpenLDAP$
|
2003-01-04 04:20:47 +08:00
|
|
|
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
1998-10-25 09:41:42 +08:00
|
|
|
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
##
|
|
|
|
## tests Makefile.in for OpenLDAP
|
1999-02-22 19:28:01 +08:00
|
|
|
SUBDIRS= progs
|
2001-10-04 14:34:03 +08:00
|
|
|
BUILD_BDB=@BUILD_BDB@
|
2003-04-24 00:50:56 +08:00
|
|
|
BUILD_HDB=@BUILD_HDB@
|
|
|
|
BUILD_LDBM=@BUILD_LDBM@
|
2002-06-19 14:00:48 +08:00
|
|
|
BUILD_MONITOR=@BUILD_MONITOR@
|
2003-08-14 07:44:56 +08:00
|
|
|
BUILD_CACHE=@BUILD_CACHE@
|
1999-02-15 18:49:20 +08:00
|
|
|
|
2003-10-13 17:56:25 +08:00
|
|
|
test tests:
|
|
|
|
@$(MAKE) bdb
|
|
|
|
@$(MAKE) hdb
|
|
|
|
@$(MAKE) ldbm
|
2003-06-23 22:11:29 +08:00
|
|
|
|
2003-10-10 20:11:22 +08:00
|
|
|
links: data schema ucdata
|
|
|
|
data:
|
2000-09-28 12:10:35 +08:00
|
|
|
@-$(LN_S) $(srcdir)/data .
|
2003-10-10 20:11:22 +08:00
|
|
|
schema:
|
2000-09-28 12:10:35 +08:00
|
|
|
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
2003-10-10 20:11:22 +08:00
|
|
|
ucdata:
|
2000-10-31 04:02:13 +08:00
|
|
|
@-$(LN_S) ../libraries/liblunicode ucdata
|
2000-09-28 12:10:35 +08:00
|
|
|
|
2003-10-10 20:11:22 +08:00
|
|
|
dirs: test-db test-repl
|
|
|
|
test-db test-repl:
|
|
|
|
@$(MKDIR) $@
|
2003-04-24 00:50:56 +08:00
|
|
|
|
2003-10-13 17:56:25 +08:00
|
|
|
bdb test-bdb: bdb-$(BUILD_BDB)
|
2003-10-10 20:11:22 +08:00
|
|
|
bdb-no:
|
|
|
|
@echo "run configure with --enable-bdb"
|
|
|
|
|
|
|
|
bdb-yes bdb-mod: links dirs FORCE
|
|
|
|
@echo "Initiating LDAP tests for BDB..."
|
|
|
|
@MONITORDB=$(BUILD_MONITOR) PROXYCACHE=$(BUILD_CACHE) BACKENDTYPE=$(BUILD_BDB) $(srcdir)/scripts/all $(srcdir) bdb bdb
|
|
|
|
|
2003-10-13 17:56:25 +08:00
|
|
|
hdb test-hdb: hdb-$(BUILD_HDB)
|
2003-10-10 20:11:22 +08:00
|
|
|
hdb-no:
|
|
|
|
@echo "run configure with --enable-hdb"
|
|
|
|
|
|
|
|
hdb-yes hdb-mod: links dirs FORCE
|
|
|
|
@echo "Initiating LDAP tests for HDB..."
|
|
|
|
@MONITORDB=$(BUILD_MONITOR) PROXYCACHE=$(BUILD_CACHE) BACKENDTYPE=$(BUILD_HDB) $(srcdir)/scripts/all $(srcdir) hdb hdb
|
|
|
|
|
2003-10-13 17:56:25 +08:00
|
|
|
ldbm test-ldbm: ldbm-$(BUILD_LDBM)
|
2003-10-10 20:11:22 +08:00
|
|
|
ldbm-no:
|
|
|
|
@echo "run configure with --enable-ldbm"
|
|
|
|
|
|
|
|
ldbm-yes ldbm-mod: links dirs FORCE
|
|
|
|
@echo "Initiating LDAP tests for LDBM..."
|
|
|
|
@MONITORDB=$(BUILD_MONITOR); PROXYCACHE=$(BUILD_CACHE); \
|
|
|
|
BACKENDTYPE=$(BUILD_LDBM); export MONITORDB PROXYCACHE BACKENDTYPE; \
|
|
|
|
if test "$(BUILD_BDB)" != "no"; then \
|
|
|
|
$(srcdir)/scripts/all $(srcdir) ldbm bdb ; \
|
|
|
|
else \
|
|
|
|
if test "$(BUILD_HDB)" != "no"; then \
|
|
|
|
$(srcdir)/scripts/all $(srcdir) ldbm hdb ; \
|
2003-09-23 08:11:46 +08:00
|
|
|
else \
|
2003-10-10 20:11:22 +08:00
|
|
|
$(srcdir)/scripts/all $(srcdir) ldbm no ; \
|
2003-09-23 08:11:46 +08:00
|
|
|
fi ; \
|
1999-02-08 19:42:14 +08:00
|
|
|
fi
|
1998-10-25 09:41:42 +08:00
|
|
|
|
2003-10-13 17:56:25 +08:00
|
|
|
passwd test-passwd: links dirs FORCE
|
1999-04-29 14:50:00 +08:00
|
|
|
@echo "Initiating LDAP tests..."
|
|
|
|
@$(srcdir)/scripts/passwd-search $(srcdir) passwd
|
|
|
|
|
1999-05-12 11:29:06 +08:00
|
|
|
test-nis-schema: test-nis-schema-ldbm
|
2003-10-10 20:11:22 +08:00
|
|
|
test-nis-schema-ldbm: links dirs FORCE
|
1999-05-12 11:29:06 +08:00
|
|
|
@echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
|
|
|
|
$(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
|
|
|
|
|
1998-10-25 09:41:42 +08:00
|
|
|
clean-local: FORCE
|
2003-06-21 08:21:57 +08:00
|
|
|
-$(RM) -r test-db/[!C]* test-repl/[!C]* test-cache/[!C]* *leak *gmon *core
|
1998-10-25 09:41:42 +08:00
|
|
|
|
1998-11-22 14:24:59 +08:00
|
|
|
veryclean-local: FORCE
|
2000-09-04 07:48:35 +08:00
|
|
|
@-$(RM) data schema ucdata
|
2003-06-21 08:21:57 +08:00
|
|
|
-$(RM) -r test-db test-repl test-cache
|
1998-10-25 09:41:42 +08:00
|
|
|
|