wasmer/lib/wasi-tests/tests/wasitests/snapshot1_hello.rs
Mark McCaskey 6a5efcda98 Update wasi-tests to test multiple versions of WASI
This change also cleans up the `wasi-test` generation a bit.  It's
actually still really, really messy, but at least now it's split up
into easier to understand chunks.

There's still a lot of low-hanging fruit in terms of improving the
readibilty and maintainability of the code.
2020-03-13 15:41:50 -07:00

16 lines
379 B
Rust

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
#[test]
fn test_snapshot1_hello() {
assert_wasi_output!(
"../../wasitests/snapshot1/hello.wasm",
"snapshot1_hello",
vec![],
vec![],
vec![],
"../../wasitests/hello.out"
);
}