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