aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index b60d38d80..44c187739 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -80,6 +80,7 @@ check_PROGRAMS = \
80endif 80endif
81 81
82if ENABLE_TEST_RUN 82if ENABLE_TEST_RUN
83TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
83TESTS = $(check_PROGRAMS) 84TESTS = $(check_PROGRAMS)
84endif 85endif
85 86