aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-02-23 20:58:36 +0800
committerJia Tan <jiat0218@gmail.com>2024-02-23 20:58:36 +0800
commit39f4a1a86ad80b2d064b812cee42668e6c8b8c73 (patch)
treedc549b1a41436869eaf40fa1c3c1671cec6815f9 /tests/Makefile.am
parentBuild: Define HAVE_MICROLZMA when it is configured. (diff)
downloadxz-39f4a1a86ad80b2d064b812cee42668e6c8b8c73.tar.xz
Tests: Add MicroLZMA test.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
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 \