blob: e61ff6e65eed9e945ce07b572ec6a9c3c5d9fd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set(TEST_SOURCES
TestBrotli.cpp
TestDeflate.cpp
TestGzip.cpp
TestLzma.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)
|