Skip to content

Make the Makefile fuzz targets match the CMake fuzz run - #9244

Open
abadams wants to merge 1 commit into
mainfrom
abadams/tame_makefile_fuzz
Open

Make the Makefile fuzz targets match the CMake fuzz run#9244
abadams wants to merge 1 commit into
mainfrom
abadams/tame_makefile_fuzz

Conversation

@abadams

@abadams abadams commented Jul 27, 2026

Copy link
Copy Markdown
Member

The Makefile ran the fuzzers with the harness defaults (10000 runs, no time limit), while CMake/CI uses -runs=1000 -max_total_time=300. Use the same args from the Makefile, overridable via FUZZ_TEST_ARGS.

The Makefile ran the fuzzers with the harness defaults (10000 runs, no
time limit), while CMake/CI uses -runs=1000 -max_total_time=300. Use the
same args from the Makefile, overridable via FUZZ_TEST_ARGS.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.

2 participants