From d828b8e10e3674259a5cddf9dbf01959dcd58cdb Mon Sep 17 00:00:00 2001 From: xrs Date: Thu, 4 Jan 2018 10:36:34 +0100 Subject: [PATCH] multicast: remove old test --- src/multicast/Makefile.am | 8 -------- 1 file changed, 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 = \ test_multicast \ test_multicast_multipeer_star \ test_multicast_multipeer_line -# test_multicast_2peers if ENABLE_TEST_RUN AM_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 = \ libgnunetmulticast.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ $(top_builddir)/src/util/libgnunetutil.la - -test_multicast_2peers_SOURCES = \ - test_multicast_2peers.c -test_multicast_2peers_LDADD = \ - libgnunetmulticast.la \ - $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/util/libgnunetutil.la -- 2.25.1