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 21:42:48 +0800
commit85e01266a96689448abb249da6c6abc3afcd4a4e (patch)
tree1182842de651cd6049a5edc34cdfaa51e92cb85f /tests/Makefile.am
parentliblzma: Fix typos in comments in string_conversion.c. (diff)
downloadxz-85e01266a96689448abb249da6c6abc3afcd4a4e.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 '')
-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 \