multicast: remove old test
authorxrs <xrs@mail36.net>
Thu, 4 Jan 2018 09:36:34 +0000 (10:36 +0100)
committerxrs <xrs@mail36.net>
Thu, 4 Jan 2018 09:36:34 +0000 (10:36 +0100)
src/multicast/Makefile.am

index 48185e1a42af1e76b6ac2a836875251263e837e7..61a9f8bf699c8793d1ad9fcae8603940c44eb11f 100644 (file)
@@ -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