Add test case for path_link syscall (#559)

This commit adds a relatively complete test case for the `path_link`
syscall. This commit should serve as some prep work for implementing
`path_link` on Windows (which will follow in a subsequent PR).
This commit is contained in:
Jakub Konka
2019-11-13 16:05:17 +01:00
committed by Alex Crichton
parent c319ebf21b
commit 23e8bd8d66
3 changed files with 288 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ mod wasm_tests {
"path_rename_trailing_slashes" => true,
"fd_readdir" => true,
"poll_oneoff" => true,
"path_link" => true,
_ => false,
}
} else {