wasmer/lib/emscripten/tests/emtests/test_hello_world.rs
2019-01-10 21:38:10 -08:00

10 lines
213 B
Rust

#[test]
fn test_test_hello_world() {
assert_emscripten_output!(
"../../emtests/test_hello_world.wasm",
"test_hello_world",
vec![],
"../../emtests/test_hello_world.out"
);
}