aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-11 18:28:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-11 18:28:50 +0000
commitc34cc2e767ce2e48787148694c810602f19f7d5e (patch)
tree0d92d664350148893b459455e5cf717d016fe16f /src/transport/Makefile.am
parente46dcf44fb9a8d2ef95b291fe9a49d8c451e0848 (diff)
downloadgnunet-c34cc2e767ce2e48787148694c810602f19f7d5e.tar.gz
gnunet-c34cc2e767ce2e48787148694c810602f19f7d5e.zip
transport testing testcase
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 5d0e40439..5fe5aa32f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -264,6 +264,7 @@ libgnunet_plugin_transport_https_la_CPPFLAGS = \
264 264
265 265
266check_PROGRAMS = \ 266check_PROGRAMS = \
267 test_transport_testing \
267 test_transport_api_disconnect \ 268 test_transport_api_disconnect \
268 $(TEST_TRANSPORT_ATS) \ 269 $(TEST_TRANSPORT_ATS) \
269 $(ATS_TRANSPORT_BENCHMARKS) \ 270 $(ATS_TRANSPORT_BENCHMARKS) \
@@ -297,6 +298,7 @@ check_PROGRAMS = \
297 298
298if ENABLE_TEST_RUN 299if ENABLE_TEST_RUN
299TESTS = \ 300TESTS = \
301 test_transport_testing \
300 test_transport_api_disconnect \ 302 test_transport_api_disconnect \
301 $(TEST_TRANSPORT_ATS) \ 303 $(TEST_TRANSPORT_ATS) \
302 $(ATS_TRANSPORT_BENCHMARKS) \ 304 $(ATS_TRANSPORT_BENCHMARKS) \
@@ -329,6 +331,11 @@ TESTS = \
329 $(WLAN_UREL_TEST) 331 $(WLAN_UREL_TEST)
330endif 332endif
331 333
334test_transport_testing_SOURCES = \
335 test_transport_testing.c
336test_transport_testing_LDADD = \
337 $(top_builddir)/src/transport/libgnunettransport.la \
338 $(top_builddir)/src/transport/libgnunettransporttesting.la
332 339
333test_transport_api_disconnect_SOURCES = \ 340test_transport_api_disconnect_SOURCES = \
334 test_transport_api_disconnect.c 341 test_transport_api_disconnect.c