aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_unix.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-04-18 15:35:42 +0200
committerJulius Bünger <buenger@mytum.de>2019-04-18 15:37:29 +0200
commit80588e7d5d142d453ece32cd82b54e36444bf138 (patch)
treebc68d5d5c7a30675a0fcc1057c9da4f0c30025e5 /src/transport/test_communicator_unix.c
parente65fe33196eaa06ec2bdb31eb50f3b4d51e18fe9 (diff)
downloadgnunet-80588e7d5d142d453ece32cd82b54e36444bf138.tar.gz
gnunet-80588e7d5d142d453ece32cd82b54e36444bf138.zip
TNG testing: Cleanup and Structuring
Diffstat (limited to 'src/transport/test_communicator_unix.c')
-rw-r--r--src/transport/test_communicator_unix.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/test_communicator_unix.c b/src/transport/test_communicator_unix.c
index ef7ed32c0..fd189659c 100644
--- a/src/transport/test_communicator_unix.c
+++ b/src/transport/test_communicator_unix.c
@@ -63,6 +63,11 @@ run (void *cls)
63 "test_communicator_1.conf", 63 "test_communicator_1.conf",
64 &communicator_available, 64 &communicator_available,
65 NULL); /* cls */ 65 NULL); /* cls */
66 GNUNET_TRANSPORT_TESTING_transport_communicator_service_start (
67 "transport",
68 "test_communicator_2.conf",
69 &communicator_available,
70 NULL); /* cls */
66} 71}
67 72
68int 73int