aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/mds.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-20tests: Drop the old shell-based tests.Justus Winter1-89/+0
-- Signed-off-by: Justus Winter <[email protected]>
2016-05-03tests: Silence output of some tests.Werner Koch1-1/+1
* common/t-exechelp.c (print_open_fds): Silence non-verbose output. (test_close_all_fds): Ditto. * common/t-session-env.c (show_stdnames): Indent output. * g10/test.c (TEST): Silence non-verbose okay output. (exit_tests): Ditto. * tools/gpg-zip.in (tar_verbose_opt): Add option --quiet. * tests/openpgp/gpgtar.test (GPGZIP): Pass option --quiet. * tests/openpgp/mds.test: Indent MD5 notice. * tests/openpgp/version.test: Indent --version output. Signed-off-by: Werner Koch <[email protected]>
2014-02-10tests: Handle disabled algorithms.Werner Koch1-4/+16
* tests/openpgp/mds.test: Skip disabled algorithms. * tests/openpgp/signencrypt-dsa.test: Ditto. * tests/openpgp/sigs-dsa.test: Ditto.
2007-10-25Ported changes from 1.4.Werner Koch1-0/+8
Add copyright notices.
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+69
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.