summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2020-04-13 22:37:31 +0200
committerRobin Linden <dev@robinlinden.eu>2020-04-13 22:43:51 +0200
commit7f9f8045cd6f8d92559cdc9f7d297cf92e960e49 (patch)
treeb933b84586350a6e070a6d8a135690d70e36ddef /CMakeLists.txt
parentb816c6f8e3ced0f65f3f749e9e6ecb0edd313628 (diff)
Fix things not being initialized if creating a TCP-only network
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
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)
425auto_test(set_name) 425auto_test(set_name)
426auto_test(set_status_message) 426auto_test(set_status_message)
427auto_test(skeleton) 427auto_test(skeleton)
428# TODO(iphydf): Fix this test and re-enable. 428auto_test(tcp_relay)
429#auto_test(tcp_relay)
430auto_test(tox_many) 429auto_test(tox_many)
431auto_test(tox_many_tcp) 430auto_test(tox_many_tcp)
432auto_test(tox_one) 431auto_test(tox_one)