blob: 64768c99dbc42c84e73024a14fc3e670a3f9e476 [file] [log] [blame] [view] [edit]
# 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 : : :
: `T` duration : : :
| Limit memory usage | `--rss_limit_mb=123` | Mb |
| Limit time | `--time_limit_per_input=90s` | Duration |
| Limit stack-trace | `--stack_limit_kb=123` | Kb |