You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jamey Sharp b4bbef2503
Backport "Allow WASI to open directories without O_DIRECTORY" (#6163) (#6283)
2 years ago
..
src Reorganize wasi-misc-tests. (#575) 5 years ago
tests/wasm_tests Remove explicit `S` type parameters (#5275) 2 years ago
wasi-tests Backport "Allow WASI to open directories without O_DIRECTORY" (#6163) (#6283) 2 years ago
Cargo.toml Fix running WASI tests in isolation (#5865) 2 years ago
README.md Don't implicitly create empty files in VirtualDir::openat (#2235) 4 years ago
build.rs Remove dependency on `more-asserts` (#4408) 2 years ago

README.md

This is the test-programs crate, which builds and runs whole programs compiled to wasm32-wasi.

To actually run these tests, the test-programs feature must be enabled, e.g.:

cargo test --features test-programs/test_programs --package test-programs