summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-29 10:59:30 +0100
committerMartin Liska <mliska@suse.cz>2022-12-21 12:01:57 +0100
commit1b845fdf4ca4d5367969cc5b33cbfa60338cf51b (patch)
treed34e8ecf79c28dec1c0251f274eb3163e0325018 /tests/Makefile.am
parent6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04 (diff)
support ZSTD compression algorithmupstream/users/marxin/try-zstd-support-v2
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 356b3fbf..c1868307 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -218,6 +218,7 @@ endif
if HAVE_ZSTD
TESTS += run-readelf-compressed-zstd.sh
+export ELFUTILS_ZSTD = 1
endif
if DEBUGINFOD