From: xrs Date: Thu, 13 Jul 2017 19:24:29 +0000 (+0200) Subject: add local test again X-Git-Tag: gnunet-0.11.0rc0~189 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd8ffdb973670871d8fae691671fc0eb0f3c7ba3;p=oweals%2Fgnunet.git add local test again --- diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index a680a9d5a..f26c6ef4b 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -50,13 +50,12 @@ gnunet_service_multicast_LDADD = \ $(GN_LIBINTL) check_PROGRAMS = \ + test_multicast \ 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; -#AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME; export GNUNET_FORCE_LOG=';;;;INFO'; TESTS = $(check_PROGRAMS) endif