diff options
author | Werner Koch <wk@gnupg.org> | 2022-09-14 11:58:35 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-09-14 12:05:21 +0200 |
commit | 50d12860ef21e8480474fd94a0b4465d0339086d (patch) | |
tree | ee546cc1b1b5eac3875a590f6c4df4bea4db38d8 /tests/pkits/Makefile.am | |
parent | common: Fix for GPG_ERR_SOURCE_DEFAULT check. (diff) | |
download | gnupg2-50d12860ef21e8480474fd94a0b4465d0339086d.tar.xz gnupg2-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/pkits/Makefile.am')
-rw-r--r-- | tests/pkits/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am index 65db8bb1e..0b90f86ba 100644 --- a/tests/pkits/Makefile.am +++ b/tests/pkits/Makefile.am @@ -22,6 +22,7 @@ GPGSM = ../../sm/gpgsm TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \ GNUPG_BUILD_ROOT="$(abs_top_builddir)" \ + GNUPG_IN_TEST_SUITE=fact \ GPGSM=$(GPGSM) silent=yes |