diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-21 21:12:03 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2022-12-28 01:20:16 +0800 |
commit | b14b8dbba9a3b232787ae218b46430b9246383dd (patch) | |
tree | 19f2dba58fe940712cc18962693533b5f50b8a52 /tests/Makefile.am | |
parent | Doxygen: Update .gitignore for generating docs for in source build. (diff) | |
download | xz-b14b8dbba9a3b232787ae218b46430b9246383dd.tar.xz |
Tests: Adds lzip decoder tests
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 e612aa68..f84c1749 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,6 +46,7 @@ check_PROGRAMS = \ test_index \ test_bcj_exact_size \ test_memlimit \ + test_lzip_decoder \ test_vli TESTS = \ @@ -57,6 +58,7 @@ TESTS = \ test_index \ test_bcj_exact_size \ test_memlimit \ + test_lzip_decoder \ test_vli \ test_files.sh \ test_compress_prepared_bcj_sparc \ |