diff options
Diffstat (limited to 'tests/cms/Makefile.am')
-rw-r--r-- | tests/cms/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cms/Makefile.am b/tests/cms/Makefile.am index bc86acba2..2ad29351e 100644 --- a/tests/cms/Makefile.am +++ b/tests/cms/Makefile.am @@ -32,6 +32,7 @@ AM_CFLAGS = # if the shell used for inittests would uses an internal version of # pwd which handles symlinks differently. OLD_TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \ + GNUPG_BUILD_ROOT="$(abs_top_builddir)/tests" \ GPGSM="$(GPGSM)" "$(srcdir)/runtest" TESTS_ENVIRONMENT = LC_ALL=C \ @@ -39,6 +40,7 @@ TESTS_ENVIRONMENT = LC_ALL=C \ PATH="../gpgscm:$(PATH)" \ abs_top_srcdir="$(abs_top_srcdir)" \ objdir="$(abs_top_builddir)" \ + GNUPG_BUILD_ROOT="$(abs_top_builddir)/tests" \ GPGSCM_PATH="$(abs_top_srcdir)/tests/gpgscm" XTESTS = \ |