mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
3c1ea2861b
Updates BitmapFont testing for fallible writes and adds a new test font file for use in a new un/masking test.
11 lines
258 B
CMake
11 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)
|