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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/Makefile.am b/src/ats-tests/Makefile.am
index 237acf879..20b7784fe 100644
--- a/src/ats-tests/Makefile.am
+++ b/src/ats-tests/Makefile.am
@@ -45,7 +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_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH;
49TESTS = $(check_PROGRAMS) 49TESTS = $(check_PROGRAMS)
50endif 50endif
51 51