Meta: Enable test-js bytecode tests

This commit is contained in:
Shannon Booth 2023-07-22 17:36:58 +12:00 committed by Andreas Kling
parent d766014787
commit 732ef1e7e9
Notes: sideshowbarker 2024-07-17 14:36:19 +09:00

View file

@ -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)