X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Frun.in;h=e74a31083498c9906d1508d41a32defa5a13f850;hb=a71adf0722ced7f4eafcee172069bef807f6ca05;hp=f5c11b14ec65595587777dc50de733c5830c2bd0;hpb=94a11462a153f2715e147eb6d46ac52cae39ca4a;p=openldap diff --git a/tests/run.in b/tests/run.in index f5c11b14ec..e74a310834 100644 --- a/tests/run.in +++ b/tests/run.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2007 The OpenLDAP Foundation. +## Copyright 1998-2008 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -36,6 +36,7 @@ AC_sql=sql@BUILD_SQL@ AC_accesslog=accesslog@BUILD_ACCESSLOG@ AC_dds=dds@BUILD_DDS@ AC_dynlist=dynlist@BUILD_DYNLIST@ +AC_memberof=memberof@BUILD_MEMBEROF@ AC_pcache=pcache@BUILD_PROXYCACHE@ AC_ppolicy=ppolicy@BUILD_PPOLICY@ AC_refint=refint@BUILD_REFINT@ @@ -55,17 +56,17 @@ AC_THREADS=threads@BUILD_THREAD@ AC_LIBS_DYNAMIC=lib@BUILD_LIBS_DYNAMIC@ # sanitize -if test "${AC_ldap}" = "ldapmod" -a "${AC_LIBS_DYNAMIC}" = "static" ; then +if test "${AC_ldap}" = "ldapmod" && test "${AC_LIBS_DYNAMIC}" = "static" ; then AC_ldap="ldapno" fi -if test "${AC_meta}" = "metamod" -a "${AC_LIBS_DYNAMIC}" = "static" ; then +if test "${AC_meta}" = "metamod" && test "${AC_LIBS_DYNAMIC}" = "static" ; then AC_meta="metano" fi export AC_bdb AC_hdb AC_ldap AC_meta AC_monitor AC_relay AC_sql \ - AC_accesslog AC_dynlist AC_pcache AC_ppolicy AC_refint AC_retcode \ - AC_rwm AC_unique AC_syncprov AC_translucent AC_valsort \ - AC_dds \ + AC_accesslog AC_dds AC_dynlist AC_memberof AC_pcache AC_ppolicy \ + AC_refint AC_retcode AC_rwm AC_unique AC_syncprov AC_translucent \ + AC_valsort \ AC_WITH_SASL AC_WITH_TLS AC_WITH_MODULES_ENABLED AC_ACI_ENABLED \ AC_THREADS AC_LIBS_DYNAMIC @@ -176,6 +177,16 @@ if test -d ${TESTDIR} ; then /bin/rm -rf ${TESTDIR}/db.* fi fi +if test $BACKEND = ndb ; then + mysql --user root <