From 85e01266a96689448abb249da6c6abc3afcd4a4e Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 3 Feb 2023 00:32:47 +0800 Subject: Tests: Create test_filter_str.c. Tests lzma_str_to_filters(), lzma_str_from_filters(), and lzma_str_list_filters() API functions. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3