summaryrefslogtreecommitdiff
path: root/Tests/LibCompress/CMakeLists.txt
blob: 8e35e7985f5fe3e849e3e3b7b3547bdfa5149efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(TEST_SOURCES
    TestBrotli.cpp
    TestDeflate.cpp
    TestGzip.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)