1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00: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

View file

@ -5,7 +5,7 @@ set(TEST_SOURCES
) )
foreach(source IN LISTS TEST_SOURCES) foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGfx LIBS LibGfx LibGUI) serenity_test("${source}" LibGfx LIBS LibGfx)
endforeach() endforeach()
install(FILES TestFont.font DESTINATION usr/Tests/LibGfx) install(FILES TestFont.font DESTINATION usr/Tests/LibGfx)