diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-23 20:58:36 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-02-23 20:58:36 +0800 |
commit | 39f4a1a86ad80b2d064b812cee42668e6c8b8c73 (patch) | |
tree | dc549b1a41436869eaf40fa1c3c1671cec6815f9 /tests/Makefile.am | |
parent | Build: Define HAVE_MICROLZMA when it is configured. (diff) | |
download | xz-39f4a1a86ad80b2d064b812cee42668e6c8b8c73.tar.xz |
Tests: Add MicroLZMA test.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9cfc068b..759bd71a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,7 +42,8 @@ check_PROGRAMS = \ test_bcj_exact_size \ test_memlimit \ test_lzip_decoder \ - test_vli + test_vli \ + test_microlzma TESTS = \ test_check \ @@ -57,6 +58,7 @@ TESTS = \ test_memlimit \ test_lzip_decoder \ test_vli \ + test_microlzma \ test_files.sh \ test_suffix.sh \ test_compress_prepared_bcj_sparc \ |