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