mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Fix bug 1001.
Documentation updates.
This commit is contained in:
parent
943f783de7
commit
310f45b618
9 changed files with 32 additions and 9 deletions
|
@ -29,9 +29,11 @@ SUBDIRS = ${openpgp} . pkits
|
|||
|
||||
GPGSM = ../sm/gpgsm
|
||||
|
||||
|
||||
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
|
||||
$(srcdir)/runtest
|
||||
# Note that we need to use /bin/pwd so that we don't get into trouble
|
||||
# if the shell used for inittests would uses an internal version of
|
||||
# pwd which handles symlinks differently.
|
||||
TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
|
||||
GPGSM=$(GPGSM) $(srcdir)/runtest
|
||||
|
||||
testscripts = sm-sign+verify sm-verify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue