From ad3870165e0c80ac5ec04d5ac78251eeba13e403 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 2 Jul 2012 14:56:30 +0000 Subject: porting transport testing to new testing lib (mantis 2453) --- src/transport/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 0090d3aca..0cf817db9 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -253,6 +253,7 @@ libgnunet_plugin_transport_https_la_CPPFLAGS = \ check_PROGRAMS = \ test_transport_testing_startstop \ + test_transport_testing_restart \ test_transport_testing \ test_transport_startonly \ test_transport_api_blacklisting \ @@ -298,6 +299,7 @@ check_PROGRAMS = \ if ENABLE_TEST_RUN TESTS = \ test_transport_testing_startstop \ + test_transport_testing_restart \ test_transport_testing \ test_transport_startonly \ test_transport_api_blacklisting \ @@ -349,6 +351,14 @@ test_transport_testing_startstop_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/transport/libgnunettransporttesting.la +test_transport_testing_restart_SOURCES = \ + test_transport_testing_restart.c +test_transport_testing_restart_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/transport/libgnunettransport.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/transport/libgnunettransporttesting.la + test_transport_testing_SOURCES = \ test_transport_testing.c test_transport_testing_LDADD = \ -- cgit v1.2.3