aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 8f9f9edb9..dd02afa19 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -170,6 +170,7 @@ check_PROGRAMS = \
170 test_regex_api 170 test_regex_api
171 171
172if ENABLE_TEST_RUN 172if ENABLE_TEST_RUN
173 TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
173 TESTS = $(check_PROGRAMS) 174 TESTS = $(check_PROGRAMS)
174endif 175endif
175 176