Added status group fuzzer build rules

This commit is contained in:
Gabriel Rasskin 2020-06-18 13:59:11 -07:00 committed by GitHub
parent 8452c9f80e
commit dda51e1c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,14 @@ tf_fuzz_target(
],
)
tf_fuzz_target(
name = "status_group_fuzz",
srcs = ["status_group_fuzz.cc"],
deps = [
"//tensorflow/core/platform:status",
],
)
# A trivial fuzzer with no pre-specified corpus.
# TODO(mihaimaruseac): Move fuzz_session and the op fuzzers to a subdirectory
tf_fuzz_target(