summaryrefslogtreecommitdiff
path: root/testing/BUILD.bazel
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-02 17:45:42 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-05 18:15:31 +0000
commitf71ec8dd02ef6e12b8ac954e79795a74a8323550 (patch)
treed1b3c4d4b51a3a3be92938ac5db671b3fcf322e9 /testing/BUILD.bazel
parent9f2582d699887d751d467a8b1522d1e6860191b4 (diff)
Move the tox_sync tool to the toxins repository.
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 37141cbd..ee97fd1f 100644
--- a/testing/BUILD.bazel
+++ b/testing/BUILD.bazel
@@ -61,12 +61,3 @@ cc_binary(
61 "//c-toxcore/toxcore", 61 "//c-toxcore/toxcore",
62 ], 62 ],
63) 63)
64
65cc_binary(
66 name = "tox_sync",
67 srcs = ["tox_sync.c"],
68 deps = [
69 ":misc_tools",
70 "//c-toxcore/toxcore",
71 ],
72)