rust/library/test
Michael Goulet 683197701c
Rollup merge of #124681 - risc0:erik/fix-test, r=joboet
zkvm: fix run_tests

`zkvm` is single-threaded, similar to `emscripten` and `wasm`. The `cfg` for `zkvm` seems to have been dropped. This PR adds the `cfg` again.
2024-05-03 23:34:24 -04:00
..
src Rollup merge of #124681 - risc0:erik/fix-test, r=joboet 2024-05-03 23:34:24 -04:00
Cargo.toml Replace libc::c_int with core::ffi::c_int 2024-04-14 07:11:51 +00:00