From 7c0eb5c70bea026eca665466b05213e7b21e3cba Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 20 Apr 2020 00:16:33 +0000 Subject: Enable TCP relay test in Bazel and autotools build. This test was fixed by @robinlinden, but not enabled in all builds. --- other/fun/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') 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( "@libsodium", ], ) + cc_binary( name = "minimal-save-generator", srcs = ["minimal-save-generator.c"], @@ -16,7 +17,6 @@ cc_binary( ], ) - cc_binary( name = "sign", srcs = ["sign.c"], -- cgit v1.2.3