Update BUILD with OSS-FUZZ

pull/13171/head
Google AutoFuzz Team 6 years ago committed by GitHub
parent c4a8498103
commit 76baf906c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      BUILD

14
BUILD

@ -356,6 +356,20 @@ cc_test(
],
)
# OSS-Fuzz test
cc_binary(
name = "file_descriptor_parsenew_fuzzer",
srcs = ["tests/file_descriptor_parsenew_fuzzer.cc"],
copts = CPPOTS + ["-fsanitizer=fuzzer,address"],
deps = [
":descriptor_upbproto",
":descriptor_upbreflection",
":upb",
":upb_pb",
":upb_test",
],
)
# copybara:strip_for_google3_begin
upb_proto_reflection_library(
name = "descriptor_upbreflection",

Loading…
Cancel
Save