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.
 
 
 
Alex Crichton 7b311004b5
Leverage Cargo's workspace inheritance feature (#4905)
2 years ago
..
src Reorganize wasi-misc-tests. (#575) 5 years ago
tests/wasm_tests feat: rely on `tracing-subscriber` in tests (#4950) 2 years ago
wasi-tests Leverage Cargo's workspace inheritance feature (#4905) 2 years ago
Cargo.toml Leverage Cargo's workspace inheritance feature (#4905) 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