aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-01-04 10:36:34 +0100
committerxrs <xrs@mail36.net>2018-01-04 10:36:34 +0100
commitd828b8e10e3674259a5cddf9dbf01959dcd58cdb (patch)
tree5610c8935a627b0fbbad9f2e0936e2865dab9e8e /src/multicast
parent5e86c08e001bd194d1a5d5c920b85637c8f473c3 (diff)
downloadgnunet-d828b8e10e3674259a5cddf9dbf01959dcd58cdb.tar.gz
gnunet-d828b8e10e3674259a5cddf9dbf01959dcd58cdb.zip
multicast: remove old test
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 48185e1a4..61a9f8bf6 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -53,7 +53,6 @@ check_PROGRAMS = \
53 test_multicast \ 53 test_multicast \
54 test_multicast_multipeer_star \ 54 test_multicast_multipeer_star \
55 test_multicast_multipeer_line 55 test_multicast_multipeer_line
56# test_multicast_2peers
57 56
58if ENABLE_TEST_RUN 57if ENABLE_TEST_RUN
59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME; 58AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME;
@@ -78,10 +77,3 @@ test_multicast_multipeer_line_LDADD = \
78 libgnunetmulticast.la \ 77 libgnunetmulticast.la \
79 $(top_builddir)/src/testbed/libgnunettestbed.la \ 78 $(top_builddir)/src/testbed/libgnunettestbed.la \
80 $(top_builddir)/src/util/libgnunetutil.la 79 $(top_builddir)/src/util/libgnunetutil.la
81
82test_multicast_2peers_SOURCES = \
83 test_multicast_2peers.c
84test_multicast_2peers_LDADD = \
85 libgnunetmulticast.la \
86 $(top_builddir)/src/testbed/libgnunettestbed.la \
87 $(top_builddir)/src/util/libgnunetutil.la