aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-24 13:42:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-24 13:42:47 +0000
commitdf0c0a796560d71065988a961f0046f8a0377456 (patch)
treedf358fa627f34c0a598612cf681a7cc0a6f37a9f /src/transport/Makefile.am
parent0631fa0b614e463c585162b065f56f31eeb13dfa (diff)
downloadgnunet-df0c0a796560d71065988a961f0046f8a0377456.tar.gz
gnunet-df0c0a796560d71065988a961f0046f8a0377456.zip
new test to check transport start and shutdown
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 5ea280319..310b65b2f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -356,6 +356,15 @@ test_transport_api_disconnect_LDADD = \
356 $(top_builddir)/src/testing/libgnunettesting.la \ 356 $(top_builddir)/src/testing/libgnunettesting.la \
357 $(top_builddir)/src/util/libgnunetutil.la 357 $(top_builddir)/src/util/libgnunetutil.la
358 358
359test_transport_startonly_SOURCES = \
360 test_transport_startonly.c
361test_transport_startonly_LDADD = \
362 $(top_builddir)/src/transport/libgnunettransport.la \
363 $(top_builddir)/src/hello/libgnunethello.la \
364 $(top_builddir)/src/statistics/libgnunetstatistics.la \
365 $(top_builddir)/src/testing/libgnunettesting.la \
366 $(top_builddir)/src/util/libgnunetutil.la \
367 $(top_builddir)/src/transport/libgnunettransporttesting.la
359 368
360test_transport_ats_SOURCES = \ 369test_transport_ats_SOURCES = \
361 test_transport_ats.c $(TRANSPORT_ATS_SRC) 370 test_transport_ats.c $(TRANSPORT_ATS_SRC)