aboutsummaryrefslogtreecommitdiff
path: root/src/env/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/Makefile.am')
-rw-r--r--src/env/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env/Makefile.am b/src/env/Makefile.am
index 67e9c6425..c3f2aee02 100644
--- a/src/env/Makefile.am
+++ b/src/env/Makefile.am
@@ -32,6 +32,7 @@ check_PROGRAMS = \
32endif 32endif
33 33
34if ENABLE_TEST_RUN 34if ENABLE_TEST_RUN
35TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
35TESTS = $(check_PROGRAMS) 36TESTS = $(check_PROGRAMS)
36endif 37endif
37 38