diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-02-03 00:32:47 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-02-03 21:42:48 +0800 |
commit | 85e01266a96689448abb249da6c6abc3afcd4a4e (patch) | |
tree | 1182842de651cd6049a5edc34cdfaa51e92cb85f /CMakeLists.txt | |
parent | liblzma: Fix typos in comments in string_conversion.c. (diff) | |
download | xz-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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e5b4e5b5..cfa0dd6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -846,6 +846,7 @@ if(BUILD_TESTING) test_block_header test_check test_filter_flags + test_filter_str test_hardware test_index test_index_hash |