diff options
Diffstat (limited to 'tests/pkits/Makefile.am')
-rw-r--r-- | tests/pkits/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am index 3dc2f16d6..b85e110b5 100644 --- a/tests/pkits/Makefile.am +++ b/tests/pkits/Makefile.am @@ -21,6 +21,7 @@ GPGSM = ../../sm/gpgsm TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \ + GNUPG_BUILD_ROOT="$(abs_top_builddir)/tests" \ GPGSM=$(GPGSM) silent=yes @@ -71,5 +72,3 @@ run-all-tests: inittests.stamp elif test $$? -eq 77; then echo "- SKIP $$tst"; \ fi; \ done - - |