diff options
author | Werner Koch <[email protected]> | 2022-09-14 09:58:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-09-14 10:05:21 +0000 |
commit | 50d12860ef21e8480474fd94a0b4465d0339086d (patch) | |
tree | ee546cc1b1b5eac3875a590f6c4df4bea4db38d8 /tests/gpgme | |
parent | common: Fix for GPG_ERR_SOURCE_DEFAULT check. (diff) | |
download | gnupg-50d12860ef21e8480474fd94a0b4465d0339086d.tar.gz gnupg-50d12860ef21e8480474fd94a0b4465d0339086d.zip |
tests: Restrict the use of gpgconf.ctl to make check.
* common/homedir.c (unix_rootdir): Add ".enable" statement to
gpgconf.ctl
* tests/gpgconf.ctl.in: Use this statement.
* tests/cms/Makefile.am (OLD_TESTS_ENVIRONMENT): Enable .enable.
(TESTS_ENVIRONMENT): Ditto.
* tests/gpgme/Makefile.am (TESTS_ENVIRONMENT): Ditto.
* tests/migrations/Makefile.am (TESTS_ENVIRONMENT): Ditto.
* tests/openpgp/Makefile.am (TESTS_ENVIRONMENT): Ditto.
* tests/pkits/Makefile.am (TESTS_ENVIRONMENT): Ditto.
* tests/tpm2dtests/Makefile.am (TESTS_ENVIRONMENT): Ditto.
--
Without that it was required to delete the gpgconf.ctl to run manual
tests.
What a hack.
Diffstat (limited to 'tests/gpgme')
-rw-r--r-- | tests/gpgme/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am index 489ecea09..fe3d58007 100644 --- a/tests/gpgme/Makefile.am +++ b/tests/gpgme/Makefile.am @@ -34,6 +34,7 @@ TESTS_ENVIRONMENT = LC_ALL=C \ abs_top_srcdir=$(abs_top_srcdir) \ objdir=$(abs_top_builddir) \ GNUPG_BUILD_ROOT="$(abs_top_builddir)" \ + GNUPG_IN_TEST_SUITE=fact \ GPGSCM_PATH=$(abs_top_srcdir)/tests/gpgscm # XXX: Currently, one cannot override automake's 'check' target. As a |