Now, test binaries are bundled with the repo, and just like in CraneStation/wasmtime, the test cases are generated automatically using build.rs. So all it takes is to drop a new test binary in the testsuite dir to get the test case for it generated (with some caveats to do with handling preopens).
5 lines
89 B
Rust
5 lines
89 B
Rust
mod runtime;
|
|
mod utils;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/misc_testsuite_tests.rs"));
|