From 80588e7d5d142d453ece32cd82b54e36444bf138 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Thu, 18 Apr 2019 15:35:42 +0200 Subject: TNG testing: Cleanup and Structuring --- src/transport/test_communicator_unix.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/transport/test_communicator_unix.c') 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) "test_communicator_1.conf", &communicator_available, NULL); /* cls */ + GNUNET_TRANSPORT_TESTING_transport_communicator_service_start ( + "transport", + "test_communicator_2.conf", + &communicator_available, + NULL); /* cls */ } int -- cgit v1.2.3