ladybird/Tests/LibCompress/CMakeLists.txt

15 lines
273 B
CMake
Raw Permalink Normal View History

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