aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 275cf2ff8..8d8acccea 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -38,6 +38,7 @@ check_PROGRAMS = \
38 test_template_api 38 test_template_api
39 39
40if ENABLE_TEST_RUN 40if ENABLE_TEST_RUN
41TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
41TESTS = $(check_PROGRAMS) 42TESTS = $(check_PROGRAMS)
42endif 43endif
43 44