ladybird/Tests/LibCompress/CMakeLists.txt

15 lines
273 B
Text
Raw Normal View History

set(TEST_SOURCES
TestBrotli.cpp
TestDeflate.cpp
TestGzip.cpp
TestLzma.cpp
2024-04-26 16:33:10 +00:00
TestLzw.cpp
TestPackBits.cpp
2023-03-16 09:24:03 +00:00
TestXz.cpp
TestZlib.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCompress LIBS LibCompress)
endforeach()