mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Remove SerenityOS-specific WASM test installer
This commit is contained in:
parent
37dcb165eb
commit
f03e6fddf1
Notes:
sideshowbarker
2024-07-16 23:52:10 +09:00
Author: https://github.com/circl-lastname Commit: https://github.com/LadybirdBrowser/ladybird/commit/f03e6fddf1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/259 Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 0 additions and 7 deletions
|
@ -33,9 +33,4 @@ if(INCLUDE_WASM_SPEC_TESTS)
|
|||
endforeach()
|
||||
file(REMOVE testsuite-main)
|
||||
endif()
|
||||
|
||||
# FIXME: Install these into usr/Tests/LibWasm
|
||||
if (SERENITYOS)
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Tests/ DESTINATION home/anon/Tests/wasm-tests)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -11,6 +11,4 @@ set(SOURCES
|
|||
serenity_lib(LibWasm wasm)
|
||||
target_link_libraries(LibWasm PRIVATE LibCore LibJS)
|
||||
|
||||
# FIXME: Install these into usr/Tests/LibWasm
|
||||
include(wasm_spec_tests)
|
||||
install(DIRECTORY Tests/ DESTINATION home/anon/Tests/wasm-tests)
|
||||
|
|
Loading…
Reference in a new issue