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

Tests: Move Userland/Utilities/test-web to Tests/LibWeb

This commit is contained in:
Brian Gianforcaro 2021-05-07 03:17:48 -07:00 committed by Linus Groh
parent 284730c002
commit b390554ad8
4 changed files with 4 additions and 1 deletions

View file

@ -47,7 +47,6 @@ target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-pthread LibThread)
target_link_libraries(test-web LibWeb)
target_link_libraries(tt LibPthread)
target_link_libraries(grep LibRegex)
target_link_libraries(zip LibArchive LibCompress LibCrypto)