diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-02-22 20:59:41 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-02-22 21:10:28 +0800 |
commit | c9c8bfae3502842dcead85eeb2b951b437c2cd88 (patch) | |
tree | 2daf3cd927f62179bf286c33b98b86127d471640 /CMakeLists.txt | |
parent | Update THANKS. (diff) | |
download | xz-c9c8bfae3502842dcead85eeb2b951b437c2cd88.tar.xz |
CMake: Add LZIP decoder test to list of tests.
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 2e4ae1ec..44869e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -852,6 +852,7 @@ if(BUILD_TESTING) test_hardware test_index test_index_hash + test_lzip_decoder test_memlimit test_stream_flags test_vli |