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

LibJS+LibTest: Move out the test-js test runner into LibTest

This commit is contained in:
Ali Mohammad Pur 2021-05-18 18:45:12 +04:30 committed by Linus Groh
parent b6e5c76427
commit f137c1bfaa
6 changed files with 776 additions and 733 deletions

View file

@ -1,3 +1,2 @@
add_executable(test-js test-js.cpp)
target_link_libraries(test-js LibJS LibLine LibCore)
serenity_testjs_test(test-js.cpp test-js)
install(TARGETS test-js RUNTIME DESTINATION bin)