diff options
author | Werner Koch <[email protected]> | 2005-09-23 13:29:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-09-23 13:29:04 +0000 |
commit | 8a1ce95287705641f20d75619190de2bb2099a06 (patch) | |
tree | 8b3a2ccf0b4d76d226cb8d5b0bb885fe555cd657 /tests/gpg/Makefile.am | |
parent | * ath.c: Changes to make it work under W32. (diff) | |
download | gpgme-8a1ce95287705641f20d75619190de2bb2099a06.tar.gz gpgme-8a1ce95287705641f20d75619190de2bb2099a06.zip |
Boosted performance of w32 I/O
Diffstat (limited to 'tests/gpg/Makefile.am')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 73009a98..7301240e 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -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-wait + t-keylist t-keylist-sig t-thread1 t-wait t-encrypt-large CLEANFILES = secring.gpg pubring.gpg trustdb.gpg DISTCLEANFILES = pubring.gpg~ random_seed |