summaryrefslogtreecommitdiffstats
path: root/src/test/test-dlopen-so.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-dlopen-so.c')
-rw-r--r--src/test/test-dlopen-so.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/test-dlopen-so.c b/src/test/test-dlopen-so.c
index e98b8dae1e..d2dbe72981 100644
--- a/src/test/test-dlopen-so.c
+++ b/src/test/test-dlopen-so.c
@@ -7,6 +7,7 @@
#include "cryptsetup-util.h"
#include "elf-util.h"
#include "idn-util.h"
+#include "libarchive-util.h"
#include "libfido2-util.h"
#include "macro.h"
#include "main-func.h"
@@ -70,6 +71,10 @@ static int run(int argc, char **argv) {
assert_se(dlopen_p11kit() >= 0);
#endif
+#if HAVE_LIBARCHIVE
+ assert_se(dlopen_libarchive() >= 0);
+#endif
+
return 0;
}