aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-10 14:54:34 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-10 14:54:34 +0000
commitaf85737a10af00264c3913d0c53efa9acb7f3535 (patch)
treeab16b6b19815473d5da003cda41646c935fa001a /src/transport/Makefile.am
parent9831eaa3161d6be1706db49b2ed5019c039ec5b3 (diff)
downloadgnunet-af85737a10af00264c3913d0c53efa9acb7f3535.tar.gz
gnunet-af85737a10af00264c3913d0c53efa9acb7f3535.zip
remove redundant test
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 43a87ed33..8054aa414 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -435,7 +435,6 @@ check_PROGRAMS = \
435 test_transport_address_switch_udp \ 435 test_transport_address_switch_udp \
436 test_transport_testing_startstop \ 436 test_transport_testing_startstop \
437 test_transport_testing_restart \ 437 test_transport_testing_restart \
438 test_transport_testing \
439 test_transport_startonly \ 438 test_transport_startonly \
440 test_plugin_tcp \ 439 test_plugin_tcp \
441 test_plugin_udp \ 440 test_plugin_udp \
@@ -595,14 +594,6 @@ test_transport_testing_restart_LDADD = \
595 $(top_builddir)/src/hello/libgnunethello.la \ 594 $(top_builddir)/src/hello/libgnunethello.la \
596 libgnunettransporttesting.la 595 libgnunettransporttesting.la
597 596
598test_transport_testing_SOURCES = \
599 test_transport_testing.c
600test_transport_testing_LDADD = \
601 $(top_builddir)/src/util/libgnunetutil.la \
602 libgnunettransport.la \
603 $(top_builddir)/src/hello/libgnunethello.la \
604 libgnunettransporttesting.la
605
606test_transport_api_blacklisting_SOURCES = \ 597test_transport_api_blacklisting_SOURCES = \
607 test_transport_api_blacklisting.c 598 test_transport_api_blacklisting.c
608test_transport_api_blacklisting_LDADD = \ 599test_transport_api_blacklisting_LDADD = \