mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +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:
parent
cc291a0ca7
commit
3c1ea2861b
3 changed files with 21 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue