aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/Makefile.am')
-rw-r--r--src/ats-tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 21916ccc0..bda1eb999 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -45,6 +45,7 @@ check_PROGRAMS = \
45 $(TESTING_TESTS) 45 $(TESTING_TESTS)
46 46
47if ENABLE_TEST_RUN 47if ENABLE_TEST_RUN
48TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
48TESTS = $(check_PROGRAMS) 49TESTS = $(check_PROGRAMS)
49endif 50endif
50 51