mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/a4c8353472 Pull-request: https://github.com/SerenityOS/serenity/pull/17043 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/nico
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ set(TEST_SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(source IN LISTS TEST_SOURCES)
|
foreach(source IN LISTS TEST_SOURCES)
|
||||||
serenity_test("${source}" LibGfx)
|
serenity_test("${source}" LibTTF LIBS LibGfx)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
Loading…
Reference in a new issue