mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Tests: Correct serenity_test()
invocation for LibTTF
Putting the LibTTF tests into the LibGfx directory worked fine before, but causes issues if we try and call this from Lagom. Also, it's tidier to put LibTTF tests in a LibTTF directory. :^)
This commit is contained in:
parent
0dce7b72f9
commit
a4c8353472
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ set(TEST_SOURCES
|
|||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibGfx)
|
||||
serenity_test("${source}" LibTTF LIBS LibGfx)
|
||||
endforeach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue