Brian Smith
|
9accd874cb
|
WebAssembly: Reduce boilerplate for running tests in WebAssembly.
Skip `digest_tests.rs` since it doesn't get built by wasm-bindgen
correctly when we do this.
|
2021-04-20 18:22:20 -07:00 |
|
Brian Smith
|
0d5ab53e50
|
Simplify wasm32 test conditional use s.
|
2020-05-28 11:12:37 -05:00 |
|
Brian Smith
|
42f110abe5
|
Clean up conditional compilation logic w.r.t wasm_bindgen_test.
When I wrote the tests, `#[cfg_attr(not(target_arch = "wasm32"), test)]` seemed
to be necessary, but now `#[test]` works.
|
2020-05-27 14:59:52 -05:00 |
|
Brian Smith
|
490f7eeb7f
|
derive Clone and Debug for SystemRandom .
|
2019-07-16 11:12:08 -10:00 |
|
Brian Smith
|
c53955ea8a
|
Initial wasm32-unknown-unknown support.
|
2019-07-03 12:20:00 -10:00 |
|
Brian Smith
|
7633902d7c
|
Move ring::rand tests to tests/rand_tests.rs.
|
2019-06-13 10:01:06 -10:00 |
|