WIP
Tests in this repository reside in three places:
cargo-test-fuzz/tests
- Tests that exercisecargo-test-fuzz
. Files should be named for thecargo-test-fuzz
feature or function they exercise.test-fuzz/tests
- Tests that exercisetest-fuzz
, but notcargo-test-fuzz
. Files should be named for thetest-fuzz
feature or function they exercise.examples/tests
- Targets of the previous two types of tests. Files should be named for the Rust feature, function, library, or trait they exercise.