mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-08 21:18:51 +01:00
399ebf6d87
* tests/gpgconf.ctl.in: New. * tests/Makefile.am (EXTRA_DIST): Add new file. (TESTINST_DIRS): New. (clean-local): New. (clean-local-testinst): New. (check-recursive): New hook. (bin/gpgconf.ctl): Run a test install. * tests/cms/Makefile.am (TESTS_ENVIRONMENT): Set new envvar GNUPG_BUILD_ROOT. * tests/gpgme/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. -- Right now this helps only with the global configuraion dir which is now not set and thus the build host'ss own /etc/gnupg does not anymore affect the build. Signed-off-by: Werner Koch <wk@gnupg.org>
16 lines
793 B
Plaintext
16 lines
793 B
Plaintext
# gpgconf.ctl.in - copied to bin during tests.
|
|
#
|
|
# This file is used to change the directories where the gpg components
|
|
# are installed. It does not change the configuration directories.
|
|
# The file is expected in the same directory as gpgconf. The physical
|
|
# installation directories are evaluated and no symlinks. Blank lines
|
|
# and lines starting with pound signed are ignored. No errors are
|
|
# printed for unknown keywords or commands. The only defined key for
|
|
# now is "rootdir" which must be followed by one optional space, an
|
|
# equal sign, and the value for the root directory. Environment
|
|
# variables are substituted in standard shell manner, the final value
|
|
# must start with a slash, trailing slashed are stripped.
|
|
|
|
sysconfdir = $GNUPG_BUILD_ROOT/etc
|
|
rootdir = $GNUPG_BUILD_ROOT/
|