Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Drop the old shell-based tests. | Justus Winter | 2016-09-20 | 1 | -46/+0 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | Do not mix test result with progress lines. | Werner Koch | 2012-04-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | This makes parsing of the results easier. Fixes bug#1400. * tests/openpgp/defs.inc (progress_cancel, progress_end) (progress_new): New. * tests/openpgp/conventional-mdc.test: Use progress functions * tests/openpgp/conventional.test: Ditto. * tests/openpgp/encrypt-dsa.test: Ditto. * tests/openpgp/encrypt.test: Ditto. * tests/openpgp/sigs.test: Ditto. -- The new output style is now: > MD5 SHA1 RIPEMD160 SHA256 SHA384 SHA512 SHA224 < PASS: sigs.test or if the test fails: > MD5 SHA1 sigs.test: ooops FAIL: sigs.test | ||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Ported changes from 1.4. | Werner Koch | 2007-10-25 | 1 | -36/+27 |
| | | | | | Add copyright notices. | ||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -0/+2 |
| | |||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -0/+52 |
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. |