]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
Regenerated with new OL_ARG_ENABLE
[openldap] / tests / Makefile.in
index 84e8928ffec02c719133ad06b00285ef38709601..05f99d66d7c43fac17a93508bef4bd026ca767b6 100644 (file)
@@ -1,67 +1,67 @@
+# Makefile.in for tests
 # $OpenLDAP$
-## Copyright 1998-2000 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-2005 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_BDB2 = @BUILD_BDB2@
+BUILD_BDB=@BUILD_BDB@
+BUILD_HDB=@BUILD_HDB@
+BUILD_LDBM=@BUILD_LDBM@
+BUILD_SQL=@BUILD_SQL@
+
+test tests:
+       @$(MAKE) bdb
+       @$(MAKE) hdb
+       @$(MAKE) ldbm
+       @$(MAKE) sql
+
+bdb test-bdb:  bdb-$(BUILD_BDB)
+bdb-no:
+       @echo "run configure with --enable-bdb to run BDB tests"
+
+bdb-yes bdb-mod: FORCE
+       @echo "Initiating LDAP tests for BDB..."
+       @$(RUN) -b bdb all
 
-test: tests
-tests: bdb2 ldbm
+hdb test-hdb:  hdb-$(BUILD_HDB)
+hdb-no:
+       @echo "run configure with --enable-hdb to run HDB tests"
 
-bdb2: test-bdb2
-test-bdb2:     FORCE
-       @-$(LN_S) $(srcdir)/data data
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema schema 
-       @if test "$(BUILD_BDB2)" = "yes" ; then \
-               echo "Initiating LDAP tests..." ; \
-               $(MKDIR) test-db test-repl || true; \
-               $(srcdir)/scripts/all $(srcdir) bdb2 ; \
-       else \
-               echo "run configure with --enable-bdb2" ; \
-       fi
+hdb-yes hdb-mod: FORCE
+       @echo "Initiating LDAP tests for HDB..."
+       @$(RUN) -b hdb all
 
-ldbm: test-ldbm
-test-ldbm:     FORCE
-       @-$(LN_S) $(srcdir)/data data
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema schema 
-       @echo "Initiating LDAP tests..."
-       @-$(MKDIR) test-db test-repl || true
-       @$(srcdir)/scripts/all $(srcdir) ldbm
+ldbm test-ldbm:        ldbm-$(BUILD_LDBM)
+ldbm-no:
+       @echo "run configure with --enable-ldbm to run LDBM tests"
 
-passwd: test-passwd
-test-passwd: FORCE
-       @-$(LN_S) $(srcdir)/data data
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema schema 
-       @echo "Initiating LDAP tests..."
-       @-$(MKDIR) test-db test-repl || true
-       @$(srcdir)/scripts/passwd-search $(srcdir) passwd
+ldbm-yes ldbm-mod:     FORCE
+       @echo "Initiating LDAP tests for LDBM..."
+       @$(RUN) -b ldbm all
 
-test-nis-schema:        test-nis-schema-ldbm
-test-nis-schema-ldbm:
-       @-$(LN_S) $(srcdir)/data data
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema schema 
-       @echo "Initiating LDAP server with NIS schema & ldbm backend..."; \
-       $(MKDIR) test-db test-repl ; \
-       $(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) ldbm
+sql test-sql:  sql-$(BUILD_SQL)
+sql-no:
+       @echo "run configure with --enable-sql to run SQL tests"
 
-test-nis-schema-bdb2:
-       @-$(LN_S) $(srcdir)/data data
-       @-$(LN_S) $(top_srcdir)/servers/slapd/schema schema 
-       @echo "Initiating LDAP server with NIS schema & DB2 backend..."; \
-       @if test "$(BUILD_BDB2)" = "yes" ; then \
-               echo "Initiating LDAP tests..." ; \
-               $(MKDIR) test-db test-repl ; \
-               $(srcdir)/scripts/startup_nis_ldap_server.sh $(srcdir) bdb2 ; \
-       else \
-               echo "run configure with --enable-bdb2" ; \
-       fi
+sql-yes sql-mod:       FORCE
+       @echo "Initiating LDAP tests for SQL..."
+       @$(RUN) -b sql sql-all
 
 clean-local:   FORCE
-       -$(RM) test-db/[!C]* test-repl/[!C]* *leak *gmon *core
+       -$(RM) -r testrun *leak *gmon *core
 
 veryclean-local: FORCE
-       @-$(RM) data schema
-       $(RM) -r test-db test-repl
+       @-$(RM) run data schema ucdata