Skip to content

cargo-fuzztest: add fuzztest-options dependency and CLI option parsing - #2151

Merged
copybara-service[bot] merged 1 commit into
mainfrom
cl/952762031
Aug 14, 2026
Merged

cargo-fuzztest: add fuzztest-options dependency and CLI option parsing#2151
copybara-service[bot] merged 1 commit into
mainfrom
cl/952762031

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

cargo-fuzztest: add fuzztest-options dependency and CLI option parsing

Update cargo-fuzztest to integrate fuzztest-options crate for parsing CLI flags and environment variables.

For this initial minimal version, cargo-fuzztest parses options and executes all fuzz tests in smoke-test mode.

Changes:

  • Add fuzztest-options dependency to cargo_fuzztest crate in BUILD and Cargo.toml.
  • Add parse_cli_options() to cargo_fuzztest to parse CLI flags and handle the "fuzztest" subcommand prefix.
  • Update FuzztestRunner to accept FuzzTestOptions.

@copybara-service
copybara-service Bot force-pushed the cl/952762031 branch 6 times, most recently from 161a03b to 1b84370 Compare August 14, 2026 17:38
@copybara-service copybara-service Bot changed the title No public description cargo-fuzztest: add fuzztest-options dependency and CLI option parsing Aug 14, 2026
Update cargo-fuzztest to integrate fuzztest-options crate for parsing CLI flags and environment variables.

For this initial minimal version, cargo-fuzztest parses options and executes all fuzz tests in smoke-test mode.

Changes:
- Add fuzztest-options dependency to cargo_fuzztest crate in BUILD and Cargo.toml.
- Add parse_cli_options() to cargo_fuzztest to parse CLI flags and handle the "fuzztest" subcommand prefix.
- Update FuzztestRunner to accept FuzzTestOptions.
PiperOrigin-RevId: 964790856
@copybara-service
copybara-service Bot merged commit 0918b38 into main Aug 14, 2026
@copybara-service
copybara-service Bot deleted the cl/952762031 branch August 14, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant