diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-01 20:35:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-01 20:35:22 +0200 |
commit | d7d33b681216c397c0b0b4c7e633eee068f48b45 (patch) | |
tree | 4832942ebd4f66ae02e4838f53b7e04d54314f29 /src/wire/Makefile.am | |
parent | bf3e5487b474e0a76d7ba9d15fae758ba693eb37 (diff) |
set environment variable to ensure plugins are found during tests
Diffstat (limited to 'src/wire/Makefile.am')
-rw-r--r-- | src/wire/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am index 67a559a36..fd59c8eb7 100644 --- a/src/wire/Makefile.am +++ b/src/wire/Makefile.am @@ -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 |