2019-09-11 17:41:25 -07:00
|
|
|
// !!! THIS IS A GENERATED FILE !!!
|
|
|
|
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
|
|
|
|
// Files autogenerated with cargo build (build/wasitests.rs).
|
|
|
|
|
2019-08-07 16:11:38 +09:00
|
|
|
#[test]
|
2020-03-13 15:41:50 -07:00
|
|
|
fn test_unstable_path_link() {
|
2019-08-07 16:11:38 +09:00
|
|
|
assert_wasi_output!(
|
2020-03-13 15:41:50 -07:00
|
|
|
"../../wasitests/unstable/path_link.wasm",
|
|
|
|
"unstable_path_link",
|
2019-08-07 16:11:38 +09:00
|
|
|
vec![],
|
|
|
|
vec![
|
|
|
|
(
|
|
|
|
"act5".to_string(),
|
|
|
|
::std::path::PathBuf::from("wasitests/test_fs/hamlet/act5")
|
|
|
|
),
|
|
|
|
(
|
|
|
|
"temp".to_string(),
|
|
|
|
::std::path::PathBuf::from("wasitests/test_fs/temp")
|
|
|
|
),
|
|
|
|
],
|
|
|
|
vec![],
|
|
|
|
"../../wasitests/path_link.out"
|
|
|
|
);
|
|
|
|
}
|