aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-02-03 00:32:47 +0800
committerJia Tan <jiat0218@gmail.com>2023-02-03 00:42:27 +0800
commite01f01b9af1c074463b92694a16ecc16a31907c0 (patch)
treeb7f2b0fc18050f5a6a39957c142fc646302ff4fe /tests/Makefile.am
parentliblzma: Fix typos in comments in string_conversion.c. (diff)
downloadxz-e01f01b9af1c074463b92694a16ecc16a31907c0.tar.xz
Tests: Create test_filter_str.c.
Tests lzma_str_to_filters(), lzma_str_from_filters(), and lzma_str_list_filters() API functions.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b1a2378a..0523191d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,6 +43,7 @@ check_PROGRAMS = \
test_hardware \
test_stream_flags \
test_filter_flags \
+ test_filter_str \
test_block_header \
test_index \
test_index_hash \
@@ -56,6 +57,7 @@ TESTS = \
test_hardware \
test_stream_flags \
test_filter_flags \
+ test_filter_str \
test_block_header \
test_index \
test_index_hash \