mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Meta: Enable test-js bytecode tests
This commit is contained in:
parent
d766014787
commit
732ef1e7e9
Notes:
sideshowbarker
2024-07-17 14:36:19 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/732ef1e7e9 Pull-request: https://github.com/SerenityOS/serenity/pull/20139 Reviewed-by: https://github.com/linusg ✅
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
Reference in a new issue