summaryrefslogtreecommitdiffstats
path: root/src/tests/dlopen-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/dlopen-tests.c')
-rw-r--r--src/tests/dlopen-tests.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/dlopen-tests.c b/src/tests/dlopen-tests.c
index 7a218c70a..2396aee8a 100644
--- a/src/tests/dlopen-tests.c
+++ b/src/tests/dlopen-tests.c
@@ -96,6 +96,9 @@ struct so {
{ "pysss_murmur.so", { LIBPFX"pysss_murmur.so", NULL } },
{ "pysss_nss_idmap.so", { LIBPFX"pysss_nss_idmap.so", NULL } },
#endif
+#ifdef HAVE_CONFIG_LIB
+ { "libsss_config.so", { LIBPFX"libsss_config.so", NULL } },
+#endif
{ NULL }
};