You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
975 B
975 B
FuzzTest Flags Reference
You can run the FuzzTest binary in different modes/configurations by providing the following flags.
| Purpose | Flag | Value |
|---|---|---|
| Run a fuzz test in | --fuzz=MySuite.MyTest |
Fuzz test name |
- : fuzzing mode : : :
- indefinitely : : :
| Run all fuzz tests |
--fuzz_for=T| Duration | - in fuzzing mode for : : :
Tduration : : : | Limit memory usage |--rss_limit_mb=123| Mb | | Limit time |--time_limit_per_input=90s| Duration | | Limit stack-trace |--stack_limit_kb=123| Kb |