aboutsummaryrefslogtreecommitdiffstats
path: root/tests/inittests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-07tests: Add "disable-scdaemon" in gpg-agent.conf.NIIBE Yutaka1-0/+1
* tests/openpgp/defs.scm: Add "disable-scdaemon". Remove "scdaemon-program". * tests/gpgme/gpgme-defs.scm, tests/gpgsm/gpgsm-defs.scm: Likewise. * tests/inittests, tests/pkits/inittests: Add "disable-scdaemon" -- Before this change, running "make check" accesses USB device by scdaemon on host computer. If there is any smartcard/token available, it may affect test results. Because default key choice depends on smartcard/token availability now and existing tests have nothing about testing smartcard/token, disabling scdaemon is good. Signed-off-by: NIIBE Yutaka <[email protected]> (cherry picked from commit 64b7c6fd1945bc206cf56979633dfca8a7494374)
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-3/+3
-- In addition, fix trailing spaces in tests/inittests. GnuPG-bug-id: 3121 Reported-by: ka7 (klemens) Signed-off-by: NIIBE Yutaka <[email protected]>
2009-02-19Fix bug 1001.Werner Koch1-1/+1
Documentation updates.
2003-01-09This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+99
'GNUPG-1-9-BRANCH'.
2003-01-09Updated from latest NewPG projectWerner Koch1-0/+3
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-96/+0
'GNUPG-1-9-BRANCH'.
2002-08-09Tweaked the build system so that make distcheck finanly said WellWerner Koch1-8/+15
Done.
2002-08-08* asschk.c: Added some new features.Werner Koch1-0/+89
* runtest, inittests: New. * text-1.txt, text-2.txt, text-3.txt: New. * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New. * text-2.osig.pem, text-2.osig-bad.pem: New. * samplekeys : New directory * sm-verify, sm-sign+verify: The first test scripts.