aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-09-28 11:12:07 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-09-28 11:12:07 +0300
commit5a4d3548ab214fdca364d5c734baf1d1fab47308 (patch)
tree620ef696efda62e84951f68a6c44bf548ae3a6e0 /tests/Makefile.am
parentliblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR. (diff)
downloadxz-5a4d3548ab214fdca364d5c734baf1d1fab47308.tar.xz
Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ebf2df92..e612aa68 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,6 +45,7 @@ check_PROGRAMS = \
test_block_header \
test_index \
test_bcj_exact_size \
+ test_memlimit \
test_vli
TESTS = \
@@ -55,6 +56,7 @@ TESTS = \
test_block_header \
test_index \
test_bcj_exact_size \
+ test_memlimit \
test_vli \
test_files.sh \
test_compress_prepared_bcj_sparc \