commit | 49976bee51c6e7a70d504e9209a999cfc358a8c8 | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Wed Jul 15 17:14:13 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 15 17:14:13 2020 -0400 |
tree | 5e3bc03fae0055e7a68b54b924cb4aadf3f79ae4 | |
parent | d7f7ddd07aa39a872494e6910b610e7013e172d0 [diff] |
Add -max_total_time argument into launcher.py (#35) The launcher script only pass -timeout, which set a timer for a single fuzzing test loop, but that doesn't work for the overall fuzzing test. Add -max_total_time to fix this problem. Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> modified: fuzzing/tools/launcher.py
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.