From d7d33b681216c397c0b0b4c7e633eee068f48b45 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 1 Apr 2016 20:35:22 +0200 Subject: set environment variable to ensure plugins are found during tests --- src/exchange-lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchange-lib/Makefile.am') diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am index 10188c8fe..49cb234a1 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -45,6 +45,8 @@ endif check_PROGRAMS = \ test_exchange_api +AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; + TESTS = \ $(check_PROGRAMS) -- cgit v1.2.3