mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:07:34 +00:00
Meta: Enable test-js bytecode tests
This commit is contained in:
parent
d766014787
commit
732ef1e7e9
1 changed files with 6 additions and 0 deletions
|
@ -665,6 +665,12 @@ if (BUILD_LAGOM)
|
|||
)
|
||||
set_tests_properties(JS PROPERTIES ENVIRONMENT SERENITY_SOURCE_DIR=${SERENITY_PROJECT_ROOT})
|
||||
|
||||
add_test(
|
||||
NAME JS-Bytecode
|
||||
COMMAND test-js -b --show-progress=false
|
||||
)
|
||||
set_tests_properties(JS-Bytecode PROPERTIES ENVIRONMENT SERENITY_SOURCE_DIR=${SERENITY_PROJECT_ROOT})
|
||||
|
||||
# Extra tests from Tests/LibJS
|
||||
lagom_test(../../Tests/LibJS/test-invalid-unicode-js.cpp LIBS LibJS)
|
||||
lagom_test(../../Tests/LibJS/test-value-js.cpp LIBS LibJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue