mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Tests: Make LibGfx tests not depend on LibGUI
As far as I can tell, that's not needed and never was.
This commit is contained in:
parent
fef15becb2
commit
10ae570ac5
Notes:
sideshowbarker
2024-07-17 04:10:16 +09:00
Author: https://github.com/nico
Commit: 10ae570ac5
Pull-request: https://github.com/SerenityOS/serenity/pull/17246
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set(TEST_SOURCES
|
|||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibGfx LIBS LibGfx LibGUI)
|
||||
serenity_test("${source}" LibGfx LIBS LibGfx)
|
||||
endforeach()
|
||||
|
||||
install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue