summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-20 00:16:33 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-20 09:28:00 +0000
commit7c0eb5c70bea026eca665466b05213e7b21e3cba (patch)
treeccdf4af92ba05b380e5dcb355240a4d646c01e9a /toxcore
parent6ebcd365c92de93bb8fa12165db42eae6f487927 (diff)
Enable TCP relay test in Bazel and autotools build.
This test was fixed by @robinlinden, but not enabled in all builds.
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index d8d86d56..af23a2b2 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -272,8 +272,8 @@ cc_library(
272 srcs = [ 272 srcs = [
273 "tox.c", 273 "tox.c",
274 "tox.h", 274 "tox.h",
275 "tox_private.h",
276 "tox_api.c", 275 "tox_api.c",
276 "tox_private.h",
277 ], 277 ],
278 visibility = ["//c-toxcore:__subpackages__"], 278 visibility = ["//c-toxcore:__subpackages__"],
279 deps = [ 279 deps = [