summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'testing/BUILD.bazel')
-rw-r--r--testing/BUILD.bazel10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/BUILD.bazel b/testing/BUILD.bazel
index 1413acc9..ca354998 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -42,13 +42,3 @@ cc_binary(
42 "@sndfile", 42 "@sndfile",
43 ], 43 ],
44) 44)
45
46cc_binary(
47 name = "tox_shell",
48 srcs = ["tox_shell.c"],
49 linkopts = ["-lutil"],
50 deps = [
51 ":misc_tools",
52 "//c-toxcore/toxcore",
53 ],
54)