Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640826401
  • Loading branch information
FuzzTest Team authored and copybara-github committed Jun 6, 2024
1 parent 956254d commit b0db749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions centipede/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ cc_binary(
"notap",
],
deps = [
"@com_google_absl//absl/base:nullability",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_fuzztest//centipede:centipede_runner_no_main",
"@com_google_fuzztest//centipede:defs",
"@com_google_fuzztest//centipede:mutation_input",
],
)

Expand Down
3 changes: 3 additions & 0 deletions centipede/testing/external_target.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
#include <cstdlib>
#include <cstring>

#include "absl/base/nullability.h"
#include "absl/log/check.h"
#include "absl/strings/numbers.h"
#include "./centipede/defs.h"
#include "./centipede/mutation_input.h"
#include "./centipede/runner_interface.h"

namespace {
Expand Down

0 comments on commit b0db749

Please sign in to comment.