summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/CMakeLists.txt
blob: b5b928039fc512f35e4d3432d0d4b95b1176ec23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(TEST_SOURCES
    BenchmarkGfxPainter.cpp
    TestFontHandling.cpp
    TestICCProfile.cpp
    TestImageDecoder.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibGfx LIBS LibGfx)
endforeach()

install(DIRECTORY test-inputs DESTINATION usr/Tests/LibGfx)