1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +00:00

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.
This commit is contained in:
thankyouverycool 2022-07-30 07:19:22 -04:00 committed by Andreas Kling
parent cc291a0ca7
commit 3c1ea2861b
3 changed files with 21 additions and 1 deletions

View file

@ -7,3 +7,5 @@ set(TEST_SOURCES
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGfx LIBS LibGUI)
endforeach()
install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)