Searched full:quickchecking (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/ |
| D | README.md | 1 # 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
|
| D | Cargo.toml | 2 name = "quickchecking" 10 name = "quickchecking" 14 name = "quickchecking"
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
| D | bin.rs | 8 //! $ 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()
|
| D | lib.rs | 7 //! use quickchecking::fuzzers;
|
| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | bindgen.yml | 93 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/ |
| D | CONTRIBUTING.md | 26 …- [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 | .gitignore | 6 bindgen-tests/tests/quickchecking/Cargo.lock
|
| D | Cargo.toml | 7 "bindgen-tests/tests/quickchecking",
|
| D | Cargo.lock | 452 name = "quickchecking"
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/tests/ |
| D | fuzzed-c-headers.rs | 2 use quickchecking::fuzzers::{
|