Commits


Mina Farid authored and GitHub committed 67fce1d2763
Add cc_fuzz_test build rule (#1655) * Created `cc_fuzz_test` build rule that automatically: - Searches for `Fuzzer` package (libFuzzer or whatever is provided by OSS Fuzz). - Adds dependency of `Fuzzer`. - Copies the dictionary file and corpus directory to the target binary destination directory with the appropriate name. * Modified fuzzing targets to use `cc_fuzz_test` rule.