mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 15:40:28 +00:00
11 lines
222 B
CMake
11 lines
222 B
CMake
set(TEST_SOURCES
|
|
TestDeflate.cpp
|
|
TestGzip.cpp
|
|
TestLzw.cpp
|
|
TestPackBits.cpp
|
|
TestZlib.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibCompress LIBS LibCompress)
|
|
endforeach()
|