aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
Diffstat (limited to 'src/set')
-rw-r--r--src/set/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index 124818ce4..a2bbab9a6 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -70,6 +70,7 @@ check_PROGRAMS = \
70endif 70endif
71 71
72if ENABLE_TEST_RUN 72if ENABLE_TEST_RUN
73TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
73TESTS = $(check_PROGRAMS) 74TESTS = $(check_PROGRAMS)
74endif 75endif
75 76