Skip to content

test: add wasi test for symlink() and readlink()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/wasi-symlinks into master

This test provides missing coverage for __wasi_path_symlink() and __wasi_path_readlink().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading