diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-02-22 20:59:41 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-07 23:23:41 +0800 |
commit | b9a3511bb61d3b6ce49abd33dce6155a573f5272 (patch) | |
tree | 07e50503152dd904aecbe7ce4d1d827b74472772 | |
parent | Update THANKS. (diff) | |
download | xz-b9a3511bb61d3b6ce49abd33dce6155a573f5272.tar.xz |
CMake: Add LZIP decoder test to list of tests.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cfa0dd6f..12b8f034 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -850,6 +850,7 @@ if(BUILD_TESTING) test_hardware test_index test_index_hash + test_lzip_decoder test_memlimit test_stream_flags test_vli |