aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-11 11:05:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-11 11:05:35 +0000
commit6202dff2295abe7813a12bb53b90916bf26bb132 (patch)
treeb85554987672862cdff97a597f8311df8ce55b28 /src/transport
parentac8f7679c65c1bea265f2a1501a5f6901a1227e9 (diff)
downloadgnunet-6202dff2295abe7813a12bb53b90916bf26bb132.tar.gz
gnunet-6202dff2295abe7813a12bb53b90916bf26bb132.zip
use bind instead of connect to test if service is running to avoid long timeouts during startup
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 74f79013e..417fdef5a 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -333,6 +333,7 @@ test_transport_api_disconnect_SOURCES = \
333 test_transport_api_disconnect.c 333 test_transport_api_disconnect.c
334test_transport_api_disconnect_LDADD = \ 334test_transport_api_disconnect_LDADD = \
335 $(top_builddir)/src/transport/libgnunettransport.la \ 335 $(top_builddir)/src/transport/libgnunettransport.la \
336 $(top_builddir)/src/hello/libgnunethello.la \
336 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 337 $(top_builddir)/src/statistics/libgnunetstatistics.la \
337 $(top_builddir)/src/testing/libgnunettesting.la \ 338 $(top_builddir)/src/testing/libgnunettesting.la \
338 $(top_builddir)/src/util/libgnunetutil.la 339 $(top_builddir)/src/util/libgnunetutil.la