]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10161 - Add missing testsuite bits
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Apr 2024 16:56:33 +0000 (16:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Apr 2024 16:56:33 +0000 (16:56 +0000)
tests/run.in

index 6435fbd1820af017c937d075a467895fdfbe2e30..524c0778b9118f78b7b3fa0a37c8d96f4988a119 100644 (file)
@@ -53,6 +53,7 @@ AC_deref=deref@BUILD_DEREF@
 AC_dynlist=dynlist@BUILD_DYNLIST@
 AC_homedir=homedir@BUILD_HOMEDIR@
 AC_memberof=memberof@BUILD_MEMBEROF@
+AC_nestgroup=nestgroup@BUILD_NESTGROUP@
 AC_otp=otp@BUILD_OTP@
 AC_pcache=pcache@BUILD_PROXYCACHE@
 AC_ppolicy=ppolicy@BUILD_PPOLICY@
@@ -85,7 +86,7 @@ if test "${AC_asyncmeta}" = "asyncmetamod" && test "${AC_LIBS_DYNAMIC}" = "stati
 fi
 export AC_ldap AC_mdb AC_meta AC_asyncmeta AC_monitor AC_null AC_perl AC_relay AC_sql \
        AC_accesslog AC_argon2 AC_auditlog AC_autoca AC_constraint AC_dds AC_deref AC_dynlist \
-       AC_homedir AC_memberof AC_otp AC_pcache AC_ppolicy AC_refint AC_remoteauth \
+       AC_homedir AC_memberof AC_nestgroup AC_otp AC_pcache AC_ppolicy AC_refint AC_remoteauth \
        AC_retcode AC_rwm AC_unique AC_syncprov AC_translucent \
        AC_valsort \
        AC_lloadd \