1
0
Fork 0
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:
Nico Weber 2023-01-29 17:23:23 -05:00 committed by Linus Groh
parent fef15becb2
commit 10ae570ac5
Notes: sideshowbarker 2024-07-17 04:10:16 +09:00

View file

@ -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)