summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/BUILD.bazel')
-rw-r--r--testing/BUILD.bazel12
1 files changed, 1 insertions, 11 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index 4d0674b4..c0d76f7f 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -35,7 +35,7 @@ cc_binary(
35 copts = ["-O1"], 35 copts = ["-O1"],
36 deps = [ 36 deps = [
37 "//c-toxcore/toxav", 37 "//c-toxcore/toxav",
38 "//c-toxcore/toxav:monolith", 38 "//c-toxcore/toxav:ring_buffer_srcs",
39 "//c-toxcore/toxcore", 39 "//c-toxcore/toxcore",
40 "@opencv//:core", 40 "@opencv//:core",
41 "@opencv//:highgui", 41 "@opencv//:highgui",
@@ -52,13 +52,3 @@ cc_binary(
52 "//c-toxcore/toxcore", 52 "//c-toxcore/toxcore",
53 ], 53 ],
54) 54)
55
56cc_library(
57 name = "monolith",
58 hdrs = [
59 "misc_tools.c",
60 "misc_tools.h",
61 ],
62 visibility = ["//c-toxcore/other:__pkg__"],
63 deps = ["//c-toxcore/toxcore"],
64)