10 lines
167 B
Rust
Raw Normal View History

2019-05-17 12:09:31 -07:00
#[test]
fn test_hello() {
assert_wasi_output!(
"../../wasitests/hello.wasm",
"hello",
vec![],
"../../wasitests/hello.out"
);
}