Skip to content

Commit

Permalink
pigweed: Add support for more fuzzers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-brough committed Nov 28, 2023
1 parent f1f9a27 commit 701f84a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/pigweed/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ let lang_fuzz_tests = attr(generator_function, \"pw_cc_fuzz_test\", \$all_fuzz_t
\$lang_fuzz_tests - attr(tags, \"no-oss-fuzz\", \$lang_fuzz_tests)
"

export BAZEL_EXTRA_BUILD_FLAGS="--config non_hermetic --cxxopt=-std=c++17"

bazel_build_fuzz_tests
4 changes: 4 additions & 0 deletions projects/pigweed/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ auto_ccs:
sanitizers:
- address
- memory
- undefined
main_repo: 'https://pigweed.googlesource.com/pigweed/pigweed'
fuzzing_engines:
- afl
- centipede
- honggfuzz
- libfuzzer

0 comments on commit 701f84a

Please sign in to comment.