mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
12 lines
222 B
CMake
12 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()
|