mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:07:45 +00:00
Tests: Move Userland/Utilities/test-js to Tests/LibJS
This commit is contained in:
parent
b390554ad8
commit
9720ad3901
5 changed files with 5 additions and 2 deletions
3
Tests/LibJS/CMakeLists.txt
Normal file
3
Tests/LibJS/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
add_executable(test-js test-js.cpp)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)
|
Loading…
Add table
Add a link
Reference in a new issue