summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 76f1682f..6dc255a9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -228,7 +228,7 @@ export ELFUTILS_DISABLE_DEMANGLE = 1
endif
if LZMA
-TESTS += run-readelf-s.sh run-dwflsyms.sh run-debuginfod-seekable.sh
+TESTS += run-readelf-s.sh run-dwflsyms.sh
endif
if HAVE_ZSTD
@@ -277,6 +277,9 @@ TESTS += run-srcfiles-self.sh \
run-debuginfod-client-profile.sh \
run-debuginfod-find-metadata.sh \
run-debuginfod-longsource.sh
+if LZMA
+TESTS += run-debuginfod-seekable.sh
+endif
endif
if !OLD_LIBMICROHTTPD
# Will crash on too old libmicrohttpd