diff options
author | Daiki Ueno <[email protected]> | 2016-02-09 08:03:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-22 07:12:43 +0000 |
commit | 7a6543c2dfeef874a34086c8f3eeb1dbdf1ce822 (patch) | |
tree | 8e743484432c09e214d1bf7e81d70324848e85e5 /tests/gpg/.gitignore | |
parent | gpg: Add option --exit-on-status-write-error (diff) | |
download | gpgme-7a6543c2dfeef874a34086c8f3eeb1dbdf1ce822.tar.gz gpgme-7a6543c2dfeef874a34086c8f3eeb1dbdf1ce822.zip |
tests: Add test for cancellation
* tests/gpg/t-cancel.c: New file.
* tests/gpg/Makefile.am (tests_skipped): New variable, default to
t-genkey and t-cancel.
(noinst_PROGRAMS): Add $(tests_skipped).
* tests/gpg/.gitignore: Add t-cancel.
Signed-off-by: Daiki Ueno <[email protected]>
Diffstat (limited to 'tests/gpg/.gitignore')
-rw-r--r-- | tests/gpg/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpg/.gitignore b/tests/gpg/.gitignore index d79ace74..cd193f78 100644 --- a/tests/gpg/.gitignore +++ b/tests/gpg/.gitignore @@ -6,6 +6,7 @@ gpg.conf pubring.gpg pubring.gpg~ secring.gpg +t-cancel t-decrypt t-decrypt-verify t-edit |