Meta: Remove SerenityOS-specific WASM test installer

This commit is contained in:
circl 2024-06-23 17:33:53 +02:00 committed by Andrew Kaster
parent 37dcb165eb
commit f03e6fddf1
Notes: sideshowbarker 2024-07-16 23:52:10 +09:00
2 changed files with 0 additions and 7 deletions

View file

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

View file

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