Commit Graph

3 Commits

Author SHA1 Message Date
Ali Zhang 92e78de4ce
pigweed: Filter out example fuzzers in pw_fuzzer (#5101)
Do not run example fuzzers in pw_fuzzer as those are for demonstration
purposes.

Test: run `python infra/helper.py build_fuzzers  pigweed` and observe
      pw_fuzzer/toy_fuzzer in pw_fuzzer is NOT copied to out directory.
2021-02-03 11:36:37 -08:00
Ali Zhang 4ea64fc735
pigweed: Restore fuzzing (#5099)
Fuzzing was broken due to toolchain refactoring. This change brings
things back.

Test: Locally built and run the example toy_fuzzer per
      https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally
2021-02-03 17:24:27 +11:00
Aaron 21c3ee3f1a
Add Pigweed project (#3612)
Currently, this only builds with --sanitizer=address, due to hardcoded
-fno-rtti values in Pigweed's builds.
2020-04-13 18:41:14 -07:00