X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmulticast%2FMakefile.am;h=61a9f8bf699c8793d1ad9fcae8603940c44eb11f;hb=99f858c66be3206f5660c9d031cd6e6345a1267d;hp=48185e1a42af1e76b6ac2a836875251263e837e7;hpb=f2d31fb82a314dcf6819dd494ff4a11e4f871c4e;p=oweals%2Fgnunet.git 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