commit | 8bb09ebba99d9e6b0d206f70052d1e44828c35cd | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Fri Aug 14 11:24:53 2020 -0400 |
committer | GitHub <noreply@github.com> | Fri Aug 14 11:24:53 2020 -0400 |
tree | dc6e4e96644d3d366c10d95efc0d40aadd5e0058 | |
parent | 40da443a1210c0dd1e017df30e9d5e624504e074 [diff] |
Removes glob in cc_fuzz_test (#57) Removes glob in cc_fuzz_test and supports copying corpus directory 1) moves glob in cc_fuzz_test to BUILD, which put the responsibility of expanding the file path to user; 2) supports passing directory in fuzzing_corpus; 3) adds a filegroup into the corpus of empty_fuzz_test_with_corpus as a example of passing the filegroup. 4) adds test_corpus_dir to test fuzzing_corpus on directory; pkg_zip on <name>_corpus rather than on corpus directly; formats codes Signed-off-by: tengpeng <tengpeng.li2020@gmail.com> modified: examples/BUILD new file: examples/corpus_0.txt new file: examples/test_corpus_dir/corpus_0.txt modified: fuzzing/cc_deps.bzl modified: fuzzing/common.bzl
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.