add local test again
authorxrs <xrs@mail36.net>
Thu, 13 Jul 2017 19:24:29 +0000 (21:24 +0200)
committerxrs <xrs@mail36.net>
Thu, 13 Jul 2017 19:24:29 +0000 (21:24 +0200)
src/multicast/Makefile.am

index a680a9d5a59e7d946c84d86603dcc23cf3e7dbb8..f26c6ef4b981607695323f2e54ecbf00e1e13d85 100644 (file)
@@ -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