summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r--auto_tests/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc
index 98f9db13..fcaeff5b 100644
--- a/auto_tests/Makefile.inc
+++ b/auto_tests/Makefile.inc
@@ -32,7 +32,6 @@ TESTS = \
32 set_name_test \ 32 set_name_test \
33 set_status_message_test \ 33 set_status_message_test \
34 skeleton_test \ 34 skeleton_test \
35 tcp_relay_test \
36 TCP_test \ 35 TCP_test \
37 tox_many_tcp_test \ 36 tox_many_tcp_test \
38 tox_many_test \ 37 tox_many_test \
@@ -41,6 +40,9 @@ TESTS = \
41 typing_test \ 40 typing_test \
42 version_test 41 version_test
43 42
43# TODO(iphydf): Fix this test and re-enable it.
44# tcp_relay_test
45
44AUTOTEST_CFLAGS = \ 46AUTOTEST_CFLAGS = \
45 $(LIBSODIUM_CFLAGS) \ 47 $(LIBSODIUM_CFLAGS) \
46 $(NACL_CFLAGS) 48 $(NACL_CFLAGS)