aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-03-13 20:35:18 +0100
committerxrs <xrs@mail36.net>2017-03-13 20:35:18 +0100
commit9f68c9e7d383061abbc81d1590abf25cde2305fe (patch)
tree971a0188e84878f43c2074def4ac3531c73acba6 /src/multicast/Makefile.am
parent501c1f7794be6e8a2ea15200dbdadd4c066edb89 (diff)
parent8691934f57063bfa5032f4e34836ecbcb3d761e9 (diff)
Merge branch 'master' of ssh://gnunet.org/gnunet
Conflicts: src/multicast/test_multicast_2peers.c
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r--src/multicast/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 2a00a7a027..8a754d3db3 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -51,9 +51,9 @@ gnunet_service_multicast_LDADD = \
$(GN_LIBINTL)
check_PROGRAMS = \
- test_multicast \
- test_multicast_2peers
-# test_multicast_multipeer
+ test_multicast_multipeer
+# test_multicast
+# 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;