set environment variable to ensure plugins are found during tests
This commit is contained in:
parent
bf3e5487b4
commit
d7d33b6812
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
@ -53,6 +53,7 @@ check_PROGRAMS = \
|
||||
test-perf-taler-exchangedb \
|
||||
perf-exchangedb
|
||||
|
||||
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
|
||||
TESTS = \
|
||||
test-exchangedb-postgres \
|
||||
test-perf-taler-exchangedb
|
||||
|
@ -62,6 +62,8 @@ libtalerwire_la_LDFLAGS = \
|
||||
-export-dynamic -no-undefined
|
||||
|
||||
|
||||
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
|
||||
|
||||
TESTS = \
|
||||
test_sepa_wireformat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user