From 7c9ff5f1667a16733163b75dfd4b509662c387f4 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Wed, 21 Dec 2022 21:12:03 +0800 Subject: Tests: Adds lzip decoder tests --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3