diff options
author | Marcus Brinkmann <[email protected]> | 2005-06-02 22:59:41 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-06-02 22:59:41 +0000 |
commit | 172a8df25fb374915f7e082a4418f5e2a4185747 (patch) | |
tree | a1d7fa89074ea868da1e84c12aba37fba757f658 /tests/gpg/Makefile.am | |
parent | Add new status codes. (diff) | |
download | gpgme-172a8df25fb374915f7e082a4418f5e2a4185747.tar.gz gpgme-172a8df25fb374915f7e082a4418f5e2a4185747.zip |
gpgme/
2005-06-03 Marcus Brinkmann <[email protected]>
* wait-global.c (gpgme_wait): Break out of the fd processing loop
after an error.
Reported by Igor Belyi <[email protected]>.
tests/
2005-06-03 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (TESTS): Add t-wait.
* gpg/t-wait.c (main): New test.
Diffstat (limited to 'tests/gpg/Makefile.am')
-rw-r--r-- | tests/gpg/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index ceda8698..73009a98 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -1,5 +1,5 @@ # Copyright (C) 2000 Werner Koch (dd9jn) -# Copyright (C) 2001, 2004 g10 Code GmbH +# Copyright (C) 2001, 2004, 2005 g10 Code GmbH # # This file is part of GPGME. # @@ -28,7 +28,7 @@ noinst_HEADERS = t-support.h TESTS = t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \ t-decrypt t-verify t-decrypt-verify \ t-export t-import t-trustlist t-eventloop t-edit \ - t-keylist t-keylist-sig t-thread1 + t-keylist t-keylist-sig t-thread1 t-wait CLEANFILES = secring.gpg pubring.gpg trustdb.gpg DISTCLEANFILES = pubring.gpg~ random_seed |