aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-03-13 17:48:23 +0100
committerxrs <xrs@mail36.net>2017-03-13 17:48:23 +0100
commitbe35c296dd1f2aa82dcf718be5b257fa340d5328 (patch)
tree63306f664020927b6350f30a7dc98b802a652501 /src/multicast
parente8f3e87e15bad4a64e2911c0e70760672d574cff (diff)
downloadgnunet-be35c296dd1f2aa82dcf718be5b257fa340d5328.tar.gz
gnunet-be35c296dd1f2aa82dcf718be5b257fa340d5328.zip
multicast: add new test case to Makefile.am
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/Makefile.am18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 7aae13dd1..f599cf66b 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -51,12 +51,13 @@ gnunet_service_multicast_LDADD = \
51 $(GN_LIBINTL) 51 $(GN_LIBINTL)
52 52
53check_PROGRAMS = \ 53check_PROGRAMS = \
54 test_multicast \ 54 test_multicast \
55 test_multicast_2peers 55 test_multicast_2peers
56# test_multicast_multipeer 56# test_multicast_multipeer
57 57
58if ENABLE_TEST_RUN 58if ENABLE_TEST_RUN
59AM_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'; 59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@}; export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; unset XDG_DATA_HOME; unset XDG_CONFIG_HOME;
60#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';
60TESTS = $(check_PROGRAMS) 61TESTS = $(check_PROGRAMS)
61endif 62endif
62 63
@@ -67,8 +68,15 @@ test_multicast_LDADD = \
67 $(top_builddir)/src/testing/libgnunettesting.la \ 68 $(top_builddir)/src/testing/libgnunettesting.la \
68 $(top_builddir)/src/util/libgnunetutil.la 69 $(top_builddir)/src/util/libgnunetutil.la
69 70
70test_multicast_2peers_SOURCE = \ 71test_multicast_multipeer_SOURCES = \
71 test_multicast_2peers.c 72 test_multicast_multipeer.c
73test_multicast_multipeer_LDADD = \
74 libgnunetmulticast.la \
75 $(top_builddir)/src/testbed/libgnunettestbed.la \
76 $(top_builddir)/src/util/libgnunetutil.la
77
78test_multicast_2peers_SOURCES = \
79 test_multicast_2peers.c
72test_multicast_2peers_LDADD = \ 80test_multicast_2peers_LDADD = \
73 libgnunetmulticast.la \ 81 libgnunetmulticast.la \
74 $(top_builddir)/src/testbed/libgnunettestbed.la \ 82 $(top_builddir)/src/testbed/libgnunettestbed.la \