| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -10/+0 | |
| This commit rewrites a number of `run-make` tests centered around wasm to instead use `rmake.rs` and additionally use the `wasm32-wasip1` target instead of `wasm32-unknown-unknown`. Testing no longer requires Node.js and additionally uses the `wasmparser` crate from crates.io to parse outputs and power assertions. | ||||
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -1/+1 | |
| apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests) | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+10 | |
