Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-24 | tests: Locate resources and scripts relative to top source dir. | Justus Winter | 1 | -1/+1 | |
-- Locate every resource and every script used in the tests using a path relative to the top of the source tree. This is a purely mechanical change, mostly done using regular expressions, with a few manual fixups here and there. Signed-off-by: Justus Winter <[email protected]> | |||||
2016-12-19 | tests: New test for --delete-[secret-]keys. | Justus Winter | 1 | -0/+103 | |
* tests/openpgp/Makefile.am (XTESTS): Add new test. * tests/openpgp/defs.scm (keys): New variable. (have-public-key?): New function. (have-secret-key?): Likewise. (have-secret-key-file?): Likewise. * tests/openpgp/delete-keys.scm: New file. * tests/openpgp/quick-key-manipulation.scm: Move the accessors to 'defs.scm'. Signed-off-by: Justus Winter <[email protected]> |