Skip to content

Commit

Permalink
Add weak_sancov_stubs as a dependency of functional_test.
Browse files Browse the repository at this point in the history
This is needed because we build the test binary with sancov instrumentation,
even if we only use it to check that the instrumentation exists.

PiperOrigin-RevId: 688218582
  • Loading branch information
fniksic authored and copybara-github committed Oct 21, 2024
1 parent 6bec9ca commit 6e87d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cc_test(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/time",
"@com_google_fuzztest//centipede:weak_sancov_stubs",
"@com_google_fuzztest//domain_tests:domain_testing",
"@com_google_fuzztest//fuzztest:io",
"@com_google_fuzztest//fuzztest:logging",
Expand Down

0 comments on commit 6e87d9b

Please sign in to comment.