Home
last modified time | relevance | path

Searched full:quickchecking (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/
DREADME.md1 # Property tests for `bindgen` with `quickchecking`
3 `quickchecking` generates random C headers to test `bindgen`
5 `bindgen` with `quickchecking`, the generated header files are passed to
7 `quickchecking` panics, and you can report an issue containing the test case!
33 Run `quickchecking` binary to generate and test fuzzed C headers with
37 $ cargo run --bin=quickchecking -- -h
DCargo.toml2 name = "quickchecking"
10 name = "quickchecking"
14 name = "quickchecking"
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dbin.rs8 //! $ cargo run --bin=quickchecking -- -h
13 //! $ cargo run --bin=quickchecking
51 let matches = Command::new("quickchecking") in main()
108 quickchecking::test_bindgen(generate_range, tests, output_path) in main()
Dlib.rs7 //! use quickchecking::fuzzers;
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml93 quickchecking:
105 run: cd bindgen-tests/tests/quickchecking && cargo test
246 …needs: [rustfmt-clippy, msrv, minimal, docs, quickchecking, test-expectations, test, check-cfg, te…
/third_party/rust/crates/bindgen/
DCONTRIBUTING.md26 …- [Property tests for `bindgen` with `quickchecking`](#property-tests-for-bindgen-with-quickchecki…
254 ### Property tests for `bindgen` with `quickchecking`
256 The `tests/quickchecking` crate generates property tests for `bindgen`.
260 [./tests/quickchecking/README.md](./tests/quickchecking/README.md).
D.gitignore6 bindgen-tests/tests/quickchecking/Cargo.lock
DCargo.toml7 "bindgen-tests/tests/quickchecking",
DCargo.lock452 name = "quickchecking"
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/tests/
Dfuzzed-c-headers.rs2 use quickchecking::fuzzers::{