summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/BUILD.bazel')
-rw-r--r--testing/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index 3c8f8293..37141cbd 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -6,6 +6,7 @@ cc_library(
6 "misc_tools.c", 6 "misc_tools.c",
7 ], 7 ],
8 visibility = ["//c-toxcore:__subpackages__"], 8 visibility = ["//c-toxcore:__subpackages__"],
9 deps = ["//c-toxcore/toxcore:ccompat"],
9) 10)
10 11
11cc_binary( 12cc_binary(