diff options
author | NIIBE Yutaka <[email protected]> | 2022-04-26 02:15:07 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-04-26 02:15:07 +0000 |
commit | 03e8668dbb27d83fb6064681ace560eb7154c569 (patch) | |
tree | 7c704a1170ff146ad354fbfb124c08656ad2961f /Makefile.am | |
parent | tests: Use module_tests for testing agent/. (diff) | |
download | gnupg-03e8668dbb27d83fb6064681ace560eb7154c569.tar.gz gnupg-03e8668dbb27d83fb6064681ace560eb7154c569.zip |
tests: Let make check-all work again.
* Makefile.am (TESTS_ENVIRONMENT): Add GNUPG_BUILD_ROOT.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ca5e189d3..e54202748 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,6 +210,7 @@ TESTS_ENVIRONMENT = \ PATH=$(abs_top_builddir)/tests/gpgscm:$(PATH) \ abs_top_srcdir=$(abs_top_srcdir) \ objdir=$(abs_top_builddir) \ + GNUPG_BUILD_ROOT="$(abs_top_builddir)" \ GPGSCM_PATH=$(abs_top_srcdir)/tests/gpgscm .PHONY: check-all release sign-release |