From ebfd3a019674280bb14fb3ac52f1f8ebd057ea35 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 2 Jul 2012 11:02:31 +0000 Subject: - new test --- 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 24984a957..0090d3aca 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -252,6 +252,7 @@ libgnunet_plugin_transport_https_la_CPPFLAGS = \ check_PROGRAMS = \ + test_transport_testing_startstop \ test_transport_testing \ test_transport_startonly \ test_transport_api_blacklisting \ @@ -296,6 +297,7 @@ check_PROGRAMS = \ if ENABLE_TEST_RUN TESTS = \ + test_transport_testing_startstop \ test_transport_testing \ test_transport_startonly \ test_transport_api_blacklisting \ @@ -339,6 +341,14 @@ TESTS = \ $(WLAN_UREL_TEST) endif +test_transport_testing_startstop_SOURCES = \ + test_transport_testing_startstop.c +test_transport_testing_startstop_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