wasmer/lib/wasi-tests/tests/wasitests/create_dir.rs

16 lines
399 B
Rust
Raw Normal View History

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
2019-05-17 22:31:02 +00:00
#[test]
fn test_create_dir() {
assert_wasi_output!(
"../../wasitests/create_dir.wasm",
"create_dir",
vec![std::path::PathBuf::from("."),],
vec![],
vec![],
2019-05-17 22:31:02 +00:00
"../../wasitests/create_dir.out"
);
}