mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:57:36 +00:00
Tests: Add some test coverage for the TTF parser
This is in Tests/LibTTF instead of Tests/LibGfx because Tests/LibGfx depends on serenity's file system layout and can't run in lagom, but this new test runs just fine in lagom.
This commit is contained in:
parent
9b24600779
commit
fd82121319
3 changed files with 95 additions and 1 deletions
7
Tests/LibTTF/CMakeLists.txt
Normal file
7
Tests/LibTTF/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(TEST_SOURCES
|
||||
TestCmap.cpp
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibGfx)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue