1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:57:36 +00:00

Tests: Move Userland/Utilities/test-js to Tests/LibJS

This commit is contained in:
Brian Gianforcaro 2021-05-07 03:24:48 -07:00 committed by Linus Groh
parent b390554ad8
commit 9720ad3901
5 changed files with 5 additions and 2 deletions

View file

@ -45,7 +45,6 @@ target_link_libraries(tar LibArchive LibCompress)
target_link_libraries(telws LibProtocol LibLine)
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(tt LibPthread)
target_link_libraries(grep LibRegex)