aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2022-12-21 21:12:03 +0800
committerJia Tan <jiat0218@gmail.com>2022-12-30 23:34:31 +0800
commit7c9ff5f1667a16733163b75dfd4b509662c387f4 (patch)
tree19f2dba58fe940712cc18962693533b5f50b8a52 /tests/Makefile.am
parentDoxygen: Update .gitignore for generating docs for in source build. (diff)
downloadxz-7c9ff5f1667a16733163b75dfd4b509662c387f4.tar.xz
Tests: Adds lzip decoder tests
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am2
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 \