1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:47:34 +00:00

Tests: Add LZMA test files from the LZMA specification

This commit is contained in:
Tim Schumacher 2023-03-07 20:16:40 +01:00 committed by Idan Horowitz
parent 123e9fa5d0
commit 391485ccef
2 changed files with 173 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(TEST_SOURCES
TestBrotli.cpp
TestDeflate.cpp
TestGzip.cpp
TestLzma.cpp
TestZlib.cpp
)