ladybird/Tests/LibCompress/CMakeLists.txt

17 lines
401 B
CMake
Raw Normal View History

set(TEST_SOURCES
TestBrotli.cpp
TestDeflate.cpp
TestGzip.cpp
TestLzma.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()
install(DIRECTORY brotli-test-files DESTINATION usr/Tests/LibCompress)
install(DIRECTORY deflate-test-files DESTINATION usr/Tests/LibCompress)