From 7f9f8045cd6f8d92559cdc9f7d297cf92e960e49 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Mon, 13 Apr 2020 22:37:31 +0200 Subject: Fix things not being initialized if creating a TCP-only network --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fe6185b..95c36f5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -425,8 +425,7 @@ auto_test(send_message) auto_test(set_name) auto_test(set_status_message) auto_test(skeleton) -# TODO(iphydf): Fix this test and re-enable. -#auto_test(tcp_relay) +auto_test(tcp_relay) auto_test(tox_many) auto_test(tox_many_tcp) auto_test(tox_one) -- cgit v1.2.3