summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/BUILD.bazel')
-rw-r--r--testing/BUILD.bazel9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index ee97fd1f..1413acc9 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -44,15 +44,6 @@ cc_binary(
44) 44)
45 45
46cc_binary( 46cc_binary(
47 name = "irc_syncbot",
48 srcs = ["irc_syncbot.c"],
49 deps = [
50 ":misc_tools",
51 "//c-toxcore/toxcore",
52 ],
53)
54
55cc_binary(
56 name = "tox_shell", 47 name = "tox_shell",
57 srcs = ["tox_shell.c"], 48 srcs = ["tox_shell.c"],
58 linkopts = ["-lutil"], 49 linkopts = ["-lutil"],