From: Vladislav Shchapov Date: Tue, 28 May 2024 19:46:06 +0000 (+0500) Subject: Enabled orphaned unit tests for compare256_rle family of functions. X-Git-Tag: 2.1.7~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd21afdbc97fbd60c3cf74d15ad3dd94d6521ef0;p=thirdparty%2Fzlib-ng.git Enabled orphaned unit tests for compare256_rle family of functions. Signed-off-by: Vladislav Shchapov --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3f0d023e..19ad4a3e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -191,6 +191,7 @@ if(WITH_GTEST) test_adler32.cc # adler32_neon(), etc test_aligned_alloc.cc # zng_alloc_aligned() test_compare256.cc # compare256_neon(), etc + test_compare256_rle.cc # compare256_rle(), etc test_crc32.cc # crc32_acle(), etc test_inflate_sync.cc # expects a certain compressed block layout test_main.cc # cpu_check_features()