1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15: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

@ -127,7 +127,7 @@ if (BUILD_LAGOM)
set_target_properties(ntpquery_lagom PROPERTIES OUTPUT_NAME ntpquery)
target_link_libraries(ntpquery_lagom Lagom)
add_executable(test-js_lagom ../../Userland/Utilities/test-js.cpp)
add_executable(test-js_lagom ../../Tests/LibJS/test-js.cpp)
set_target_properties(test-js_lagom PROPERTIES OUTPUT_NAME test-js)
target_link_libraries(test-js_lagom Lagom)
target_link_libraries(test-js_lagom stdc++)