summaryrefslogtreecommitdiff
path: root/src/exchange/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/Makefile.am')
-rw-r--r--src/exchange/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index 18a7c1b54..3375a41d5 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -74,6 +74,8 @@ test_taler_exchange_aggregator_postgres_LDADD = \
check_PROGRAMS = \
test_taler_exchange_aggregator-postgres
+AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
+
TESTS = \
$(check_SCRIPTS) \
$(check_PROGRAMS)