aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 2309a47e2..1bca57678 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -29,6 +29,7 @@ check_SCRIPTS = \
29endif 29endif
30 30
31if ENABLE_TEST_RUN 31if ENABLE_TEST_RUN
32TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
32TESTS = $(check_SCRIPTS) 33TESTS = $(check_SCRIPTS)
33endif 34endif
34 35