diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index a3450535dfc..17b0f3118a9 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -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) diff --git a/Tests/LibJS/test262-runner.cpp b/Utilities/test262-runner.cpp similarity index 100% rename from Tests/LibJS/test262-runner.cpp rename to Utilities/test262-runner.cpp