commit | d7f7ddd07aa39a872494e6910b610e7013e172d0 | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Wed Jul 15 09:56:21 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 15 09:56:21 2020 -0400 |
tree | 876e898b7fe822acf102a40df347c722ddcd4fd2 | |
parent | 7813311cc5e33ba9642f907d60f4cbf9efdada8f [diff] |
Initial version of the Python launcher script for invoking fuzz target executables (#31) Initial version of the Python launcher script for invoking fuzz target executables. The script aims at providing an uniform command line interface behind a number of arbitrary fuzzing engines. For now the script perform a plain fuzzing run with a given timeout. The command to use this script looks like bazel run --config=asan-libfuzzer //examples:empty_fuzz_test --run_under='//fuzzing/tools:launcher --timeout_secs=5' or //fuzzing/tools:launcher EXECUTABLE --timeout_secs=5 Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> modified: fuzzing/tools/BUILD 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.