diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-28 11:12:07 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-28 11:12:07 +0300 |
commit | 5a4d3548ab214fdca364d5c734baf1d1fab47308 (patch) | |
tree | 620ef696efda62e84951f68a6c44bf548ae3a6e0 /tests/Makefile.am | |
parent | liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR. (diff) | |
download | xz-5a4d3548ab214fdca364d5c734baf1d1fab47308.tar.xz |
Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR.
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
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 \ |