aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 2bec16329..ebd662851 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -57,6 +57,7 @@ endif
57check_PROGRAMS = $(VPN_TEST) 57check_PROGRAMS = $(VPN_TEST)
58 58
59if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN
60TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
60TESTS = $(check_PROGRAMS) 61TESTS = $(check_PROGRAMS)
61endif 62endif
62 63