]> git.sur5r.net Git - openldap/blob - tests/Makefile.in
Update lutil_lockf (aka: ldap_lockf) to hide implementation in
[openldap] / tests / Makefile.in
1 ## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
2 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
3 ##
4 ## tests Makefile.in for OpenLDAP
5 SUBDIRS= progs
6
7 BUILD_BDB2 = @BUILD_BDB2@
8
9 test-bdb2:      FORCE
10         @-$(LN_S) $(srcdir)/data . 
11         @if test "$(BUILD_BDB2)" = "yes" ; then \
12                 echo "Initiating LDAP tests..." ; \
13                 $(MKDIR) test-db test-repl ; \
14                 $(srcdir)/scripts/all $(srcdir) bdb2 ; \
15         else \
16                 echo "run configure with --enable-bdb2" ; \
17         fi
18
19 tests:          test-ldbm
20 test:           test-ldbm
21 test-ldbm:      FORCE
22         @-$(LN_S) $(srcdir)/data .
23         @echo "Initiating LDAP tests..."; \
24         $(MKDIR) test-db test-repl ; \
25         $(srcdir)/scripts/all $(srcdir) ldbm
26
27 clean-local:    FORCE
28         $(RM) test-db/[!C]* test-repl/[!C]* *core
29
30 veryclean-local: FORCE
31         @-$(RM) data
32         $(RM) -r test-db test-repl
33