commit | 630b5a0f3fd2c2153f466666ae0b0a06f6a5b8dd | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Wed Jul 29 09:59:50 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 29 09:59:50 2020 -0400 |
tree | a6df0de246fdda18afac955571fa18d2962610a2 | |
parent | 0441a956c676af6c0ddbdbac1044d20d743d60a4 [diff] |
Add corpus as an argument to fuzzing_launcher (#45) Add corpus as an argument to fuzzing_launcher Make fuzzing_corpus a runfile of fuzzing_launcher. Add corpus_dir to launcher.py, which is the directory containing corpus files. Add empty_fuzz_test_with_corpus in BUILD as an example of the new feature. Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> modified: examples/BUILD new file: examples/corpus_1.txt new file: examples/corpus_dir/corpus_2.txt new file: examples/corpus_dir/corpus_3.txt modified: fuzzing/cc_deps.bzl modified: fuzzing/common.bzl 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.