1
0
Fork 0
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:
Andrew Kaster 2025-05-19 09:55:29 -06:00 committed by Tim Flynn
parent 52efd90445
commit 94a20f6706
Notes: github-actions[bot] 2025-05-19 22:39:17 +00:00
2 changed files with 1 additions and 1 deletions

View file

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