mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-07 21:17:07 +09:00
Tests+Utilities: Move test262-runner to Utilities
This is a utility more than it is a test in itself. We use it to run test262 tests, which are external to this repo. The test-js runner is still private test infrastructure though, so it stays where it is.
This commit is contained in:
parent
52efd90445
commit
94a20f6706
Notes:
github-actions[bot]
2025-05-19 22:39:17 +00:00
Author: https://github.com/ADKaster
Commit: 94a20f6706
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4821
Reviewed-by: https://github.com/trflynn89 ✅
2 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ if (ENABLE_GUI_TARGETS)
|
|||
endif()
|
||||
|
||||
lagom_utility(js SOURCES ../../Utilities/js.cpp LIBS LibCrypto LibJS LibLine LibUnicode LibMain LibTextCodec LibGC Threads::Threads)
|
||||
lagom_utility(test262-runner SOURCES ../../Tests/LibJS/test262-runner.cpp LIBS LibJS LibFileSystem LibGC)
|
||||
lagom_utility(test262-runner SOURCES ../../Utilities/test262-runner.cpp LIBS LibJS LibFileSystem LibGC)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
include(CheckCSourceCompiles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue