aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_startonly.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-04 13:25:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-04 13:25:14 +0000
commit15de701534fc172c6622397b6692974f784db3e5 (patch)
treed27acc8c03cfd09fc2fa75e7b029639199369265 /src/transport/test_transport_startonly.c
parent2d8e7bcaf1656f2ebc75c447c5e2a7fee8664db2 (diff)
downloadgnunet-15de701534fc172c6622397b6692974f784db3e5.tar.gz
gnunet-15de701534fc172c6622397b6692974f784db3e5.zip
- clean up testss
Diffstat (limited to 'src/transport/test_transport_startonly.c')
-rw-r--r--src/transport/test_transport_startonly.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/transport/test_transport_startonly.c b/src/transport/test_transport_startonly.c
index 79578ab53..0f3e88b1f 100644
--- a/src/transport/test_transport_startonly.c
+++ b/src/transport/test_transport_startonly.c
@@ -27,22 +27,9 @@
27 * C code apparently. 27 * C code apparently.
28 */ 28 */
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_common.h"
31#include "gnunet_hello_lib.h"
32#include "gnunet_getopt_lib.h"
33#include "gnunet_os_lib.h"
34#include "gnunet_program_lib.h"
35#include "gnunet_scheduler_lib.h"
36#include "gnunet_transport_service.h" 30#include "gnunet_transport_service.h"
37#include "transport.h"
38#include "transport-testing.h" 31#include "transport-testing.h"
39 32
40#define VERBOSE GNUNET_NO
41
42#define VERBOSE_ARM GNUNET_NO
43
44#define START_ARM GNUNET_YES
45
46/** 33/**
47 * How long until we give up on transmitting the message? 34 * How long until we give up on transmitting the message?
48 */ 35 */
@@ -160,19 +147,13 @@ int
160main (int argc, char *argv[]) 147main (int argc, char *argv[])
161{ 148{
162 GNUNET_log_setup ("test_transport_testing", 149 GNUNET_log_setup ("test_transport_testing",
163#if VERBOSE
164 "DEBUG",
165#else
166 "WARNING", 150 "WARNING",
167#endif 151
168 NULL); 152 NULL);
169 153
170 char *const argv_1[] = { "test_transport_testing", 154 char *const argv_1[] = { "test_transport_testing",
171 "-c", 155 "-c",
172 "test_transport_api_data.conf", 156 "test_transport_api_data.conf",
173#if VERBOSE
174 "-L", "DEBUG",
175#endif
176 NULL 157 NULL
177 }; 158 };
178 159