Skip to content

Commit 741ac5f

Browse files
committed
fix(bazel): missing dep for fuzz target
1 parent 76bc4c4 commit 741ac5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toxcore/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ cc_fuzz_test(
555555
deps = [
556556
":DHT",
557557
":mem_test_util",
558+
":net_profile",
558559
"//c-toxcore/testing/fuzzing:fuzz_support",
559560
],
560561
)

0 commit comments

Comments
 (0)