mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibJS/test-js: Create test-js program, prepare for test suite refactor
This moves most of the work from run-tests.sh to test-js.cpp. This way, we have a lot more control over how the test suite runs, as well as how it outputs. This should result in some cool functionality! This commit also refactors test-common.js to mimic the jest library. This should allow tests to be much more expressive :)
This commit is contained in:
parent
c43afe71b7
commit
b9cf7a833f
4 changed files with 717 additions and 102 deletions
|
@ -32,4 +32,5 @@ target_link_libraries(pape LibGUI)
|
|||
target_link_libraries(paste LibGUI)
|
||||
target_link_libraries(pro LibProtocol)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
target_link_libraries(tt LibPthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue