wasmer/lib/wasi/tests/wasitests/fs_sandbox_test.rs

10 lines
207 B
Rust
Raw Normal View History

2019-05-22 22:57:12 +00:00
#[test]
fn test_fs_sandbox_test() {
assert_wasi_output!(
"../../wasitests/fs_sandbox_test.wasm",
"fs_sandbox_test",
vec![],
"../../wasitests/fs_sandbox_test.out"
);
}