1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:27:35 +00:00

Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests

This commit is contained in:
Brendan Coles 2021-01-15 15:02:59 +00:00 committed by Andreas Kling
parent 64b0d89335
commit 15fde85b21
4 changed files with 62 additions and 6 deletions

View file

@ -40,7 +40,6 @@ target_link_libraries(su LibCrypt)
target_link_libraries(tar LibTar LibCompress)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-compress LibCompress)
target_link_libraries(test-gfx-font LibGUI LibCore)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-pthread LibThread)
target_link_libraries(test-web LibWeb)