mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-01 02:14:53 +00:00
fix(bazel): missing dep for fuzz target
This commit is contained in:
@@ -555,6 +555,7 @@ cc_fuzz_test(
|
||||
deps = [
|
||||
":DHT",
|
||||
":mem_test_util",
|
||||
":net_profile",
|
||||
"//c-toxcore/testing/fuzzing:fuzz_support",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user