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/tpm2dtests | |
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/tpm2dtests')
-rw-r--r-- | tests/tpm2dtests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tpm2dtests/Makefile.am b/tests/tpm2dtests/Makefile.am index 36d1685ba..72ad11d9b 100644 --- a/tests/tpm2dtests/Makefile.am +++ b/tests/tpm2dtests/Makefile.am @@ -38,6 +38,7 @@ TESTS_ENVIRONMENT = LC_ALL=C \ SWTPM="$(SWTPM)" \ SWTPM_IOCTL="$(SWTPM_IOCTL)" \ GNUPG_BUILD_ROOT="$(abs_top_builddir)/tests" \ + GNUPG_IN_TEST_SUITE=fact \ GPGSCM_PATH="$(abs_top_srcdir)/tests/gpgscm" XTESTS = \ |