aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r--src/multicast/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 5035c3f79..b65bd65cd 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -51,6 +51,7 @@ check_PROGRAMS = \
51 test_multicast_api 51 test_multicast_api
52 52
53if ENABLE_TEST_RUN 53if ENABLE_TEST_RUN
54TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
54TESTS = $(check_PROGRAMS) 55TESTS = $(check_PROGRAMS)
55endif 56endif
56 57