diff options
author | iphydf <iphydf@users.noreply.github.com> | 2020-04-20 00:16:33 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2020-04-20 09:28:00 +0000 |
commit | 7c0eb5c70bea026eca665466b05213e7b21e3cba (patch) | |
tree | ccdf4af92ba05b380e5dcb355240a4d646c01e9a /auto_tests/Makefile.inc | |
parent | 6ebcd365c92de93bb8fa12165db42eae6f487927 (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 'auto_tests/Makefile.inc')
-rw-r--r-- | auto_tests/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc index 983c83d3..8a22243e 100644 --- a/auto_tests/Makefile.inc +++ b/auto_tests/Makefile.inc | |||
@@ -34,6 +34,7 @@ TESTS = \ | |||
34 | set_status_message_test \ | 34 | set_status_message_test \ |
35 | skeleton_test \ | 35 | skeleton_test \ |
36 | TCP_test \ | 36 | TCP_test \ |
37 | tcp_relay_test \ | ||
37 | tox_many_tcp_test \ | 38 | tox_many_tcp_test \ |
38 | tox_many_test \ | 39 | tox_many_test \ |
39 | tox_one_test \ | 40 | tox_one_test \ |
@@ -41,9 +42,6 @@ TESTS = \ | |||
41 | typing_test \ | 42 | typing_test \ |
42 | version_test | 43 | version_test |
43 | 44 | ||
44 | # TODO(iphydf): Fix this test and re-enable it. | ||
45 | # tcp_relay_test | ||
46 | |||
47 | AUTOTEST_CFLAGS = \ | 45 | AUTOTEST_CFLAGS = \ |
48 | $(LIBSODIUM_CFLAGS) \ | 46 | $(LIBSODIUM_CFLAGS) \ |
49 | $(NACL_CFLAGS) | 47 | $(NACL_CFLAGS) |