]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
large X (for version.sh)
[openldap] / tests / Makefile.in
index 4d5543d329730a5b572eaca1173cddc1f7daabcc..2855644deb843a923025d50eefd22405416ddd75 100644 (file)
@@ -1,83 +1,71 @@
+# Makefile.in for tests
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
-## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## tests Makefile.in for OpenLDAP
+## Copyright 1998-2008 The OpenLDAP Foundation.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+
+RUN=./run
 SUBDIRS= progs
+
 BUILD_BDB=@BUILD_BDB@
 BUILD_HDB=@BUILD_HDB@
 BUILD_LDBM=@BUILD_LDBM@
-BUILD_MONITOR=@BUILD_MONITOR@
-BUILD_CACHE=@BUILD_CACHE@
-
-test:  tests
-tests: ldbm
-ldbm:  hdb
-hdb:   bdb
+BUILD_SQL=@BUILD_SQL@
 
-links: data schema ucdata
-data:
-       @-$(LN_S) $(srcdir)/data .
-schema:
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
-ucdata:
-       @-$(LN_S) ../libraries/liblunicode ucdata
+# test primary backends (default)
+test tests:
+       @$(MAKE) bdb
+       @$(MAKE) hdb
 
-dirs:  test-db test-repl
-test-db test-repl:
-       @$(MKDIR) $@
+# test all backends
+alltests: tests
+       @$(MAKE) ldbm
+       @$(MAKE) sql
 
-test-bdb:      bdb
-bdb:   bdb-$(BUILD_BDB)
+bdb test-bdb:  bdb-$(BUILD_BDB)
 bdb-no:
-       @echo "run configure with --enable-bdb"
+       @echo "run configure with --enable-bdb to run BDB tests"
 
-bdb-yes bdb-mod:       links dirs FORCE
+bdb-yes bdb-mod: FORCE
        @echo "Initiating LDAP tests for BDB..."
-       @MONITORDB=$(BUILD_MONITOR) PROXYCACHE=$(BUILD_CACHE) BACKENDTYPE=$(BUILD_BDB) $(srcdir)/scripts/all $(srcdir) bdb bdb
+       @$(RUN) -b bdb all
 
-test-hdb:      hdb
-hdb:   hdb-$(BUILD_HDB)
+hdb test-hdb:  hdb-$(BUILD_HDB)
 hdb-no:
-       @echo "run configure with --enable-hdb"
+       @echo "run configure with --enable-hdb to run HDB tests"
 
-hdb-yes hdb-mod:       links dirs FORCE
+hdb-yes hdb-mod: FORCE
        @echo "Initiating LDAP tests for HDB..."
-       @MONITORDB=$(BUILD_MONITOR) PROXYCACHE=$(BUILD_CACHE) BACKENDTYPE=$(BUILD_HDB) $(srcdir)/scripts/all $(srcdir) hdb hdb
+       @$(RUN) -b hdb all
 
-test-ldbm:     ldbm
-ldbm:  ldbm-$(BUILD_LDBM)
+ldbm test-ldbm:        ldbm-$(BUILD_LDBM)
 ldbm-no:
-       @echo "run configure with --enable-ldbm"
+       @echo "run configure with --enable-ldbm to run LDBM tests"
 
-ldbm-yes ldbm-mod:     links dirs FORCE
+ldbm-yes ldbm-mod:     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 ; \
-               else \
-                               $(srcdir)/scripts/all $(srcdir) ldbm no ; \
-               fi ; \
-       fi
+       @$(RUN) -b ldbm all
 
-passwd: test-passwd
-test-passwd:   links dirs FORCE
-       @echo "Initiating LDAP tests..."
-       @$(srcdir)/scripts/passwd-search $(srcdir) passwd
+sql test-sql:  sql-$(BUILD_SQL)
+sql-no:
+       @echo "run configure with --enable-sql to run SQL tests"
 
-test-nis-schema:        test-nis-schema-ldbm
-test-nis-schema-ldbm:  links dirs FORCE
-       @echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
-       $(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
+sql-yes sql-mod:       FORCE
+       @echo "Initiating LDAP tests for SQL..."
+       @$(RUN) -b sql sql-all
 
 clean-local:   FORCE
-       -$(RM) -r test-db/[!C]* test-repl/[!C]* test-cache/[!C]* *leak *gmon *core
+       -$(RM) -r testrun *leak *gmon *core
 
 veryclean-local: FORCE
-       @-$(RM) data schema ucdata
-       -$(RM) -r test-db test-repl test-cache
+       @-$(RM) run testdata schema ucdata