Skip to content

Commit 89c1b79

Browse files
authored
Remove test code from CMakeLists.txt (#3056)
It was apparently not being run anymore since it referred to a file that was removed with asm2wasm. I suspect when we changed CI we didn't keep running these. Anyhow they were just useful for windows, which we have a lot more testing for now.
1 parent 7703caf commit 89c1b79

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

CMakeLists.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -383,18 +383,3 @@ if(EMSCRIPTEN)
383383
set_property(TARGET binaryen_js PROPERTY CXX_STANDARD_REQUIRED ON)
384384
install(TARGETS binaryen_js DESTINATION ${CMAKE_INSTALL_BINDIR})
385385
endif()
386-
387-
# Testing
388-
#
389-
# Currently just some very simple smoke tests.
390-
391-
enable_testing()
392-
393-
add_test(NAME opt-unit
394-
COMMAND bin/wasm-opt test/unit.wat --flatten --ssa --metrics -O4 -Os --metrics)
395-
add_test(NAME metrics-emcc
396-
COMMAND bin/wasm-opt test/emcc_hello_world.fromasm --metrics)
397-
add_test(NAME exec-unit
398-
COMMAND bin/wasm-opt test/unit.wat --fuzz-exec)
399-
add_test(NAME exec-hello
400-
COMMAND bin/wasm-opt test/hello_world.wat --fuzz-exec)

0 commit comments

Comments
 (0)