summaryrefslogtreecommitdiff
path: root/other
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 /other
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 'other')
-rw-r--r--other/fun/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel
index ae4cfb2f..33cb2c05 100644
--- a/other/fun/BUILD.bazel
+++ b/other/fun/BUILD.bazel
@@ -8,6 +8,7 @@ cc_binary(
8 "@libsodium", 8 "@libsodium",
9 ], 9 ],
10) 10)
11
11cc_binary( 12cc_binary(
12 name = "minimal-save-generator", 13 name = "minimal-save-generator",
13 srcs = ["minimal-save-generator.c"], 14 srcs = ["minimal-save-generator.c"],
@@ -16,7 +17,6 @@ cc_binary(
16 ], 17 ],
17) 18)
18 19
19
20cc_binary( 20cc_binary(
21 name = "sign", 21 name = "sign",
22 srcs = ["sign.c"], 22 srcs = ["sign.c"],