mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Remove SerenityOS-specific WASM test installer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user