ladybird/Tests/LibGfx/CMakeLists.txt
thankyouverycool 3c1ea2861b Tests: Update TestFontHandling and add new test
Updates BitmapFont testing for fallible writes and adds a new
test font file for use in a new un/masking test.
2022-08-04 02:54:00 +02:00

12 lines
258 B
CMake

set(TEST_SOURCES
BenchmarkGfxPainter.cpp
TestFontHandling.cpp
TestImageDecoder.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGfx LIBS LibGUI)
endforeach()
install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)