mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
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.
This commit is contained in:
parent
e70e09c3d5
commit
50d12860ef
8 changed files with 39 additions and 1 deletions
|
@ -11,5 +11,8 @@
|
|||
# variables are substituted in standard shell manner, the final value
|
||||
# must start with a slash, trailing slashes are stripped.
|
||||
|
||||
# This file is only considered if the given envvar evaluates to true.
|
||||
.enable = $GNUPG_IN_TEST_SUITE
|
||||
|
||||
sysconfdir = $GNUPG_BUILD_ROOT/etc
|
||||
rootdir = $GNUPG_BUILD_ROOT/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue