aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-07-02 11:02:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-07-02 11:02:31 +0000
commitebfd3a019674280bb14fb3ac52f1f8ebd057ea35 (patch)
treee4e71af1face88d7ebbdcd2f7fa098b9f646bd02 /src/transport/Makefile.am
parent8e4a7c4f930757ce1bcab560c853caa7608fd930 (diff)
downloadgnunet-ebfd3a019674280bb14fb3ac52f1f8ebd057ea35.tar.gz
gnunet-ebfd3a019674280bb14fb3ac52f1f8ebd057ea35.zip
- new test
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am10
1 files changed, 10 insertions, 0 deletions
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 = \
252 252
253 253
254check_PROGRAMS = \ 254check_PROGRAMS = \
255 test_transport_testing_startstop \
255 test_transport_testing \ 256 test_transport_testing \
256 test_transport_startonly \ 257 test_transport_startonly \
257 test_transport_api_blacklisting \ 258 test_transport_api_blacklisting \
@@ -296,6 +297,7 @@ check_PROGRAMS = \
296 297
297if ENABLE_TEST_RUN 298if ENABLE_TEST_RUN
298TESTS = \ 299TESTS = \
300 test_transport_testing_startstop \
299 test_transport_testing \ 301 test_transport_testing \
300 test_transport_startonly \ 302 test_transport_startonly \
301 test_transport_api_blacklisting \ 303 test_transport_api_blacklisting \
@@ -339,6 +341,14 @@ TESTS = \
339 $(WLAN_UREL_TEST) 341 $(WLAN_UREL_TEST)
340endif 342endif
341 343
344test_transport_testing_startstop_SOURCES = \
345 test_transport_testing_startstop.c
346test_transport_testing_startstop_LDADD = \
347 $(top_builddir)/src/util/libgnunetutil.la \
348 $(top_builddir)/src/transport/libgnunettransport.la \
349 $(top_builddir)/src/hello/libgnunethello.la \
350 $(top_builddir)/src/transport/libgnunettransporttesting.la
351
342test_transport_testing_SOURCES = \ 352test_transport_testing_SOURCES = \
343 test_transport_testing.c 353 test_transport_testing.c
344test_transport_testing_LDADD = \ 354test_transport_testing_LDADD = \