mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09: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)
|
|
serenity_test("${source}" LibCompress LIBS LibCompress)
|
|
endforeach()
|