[git] Assuan - branch, master, updated. libassuan-2.5.1-5-gb270f2e
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Mar 27 07:30:54 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPC library used by GnuPG".
The branch, master has been updated
via b270f2ec21b67f5728edae4b2ddf6fe17a0fd25a (commit)
from 6c736325c028647dc3283bf723e2e28199e7f45b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b270f2ec21b67f5728edae4b2ddf6fe17a0fd25a
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Mar 27 14:26:43 2018 +0900
tests: Exclude tests for Windows build.
* tests/Makefile.am [HAVE_W32_SYSTEM] (TESTS, testtools): Fix.
--
pipeconnect and socks5 should be changed if we run it on Windows. If
so, pipeconnect should use _open_osfhandle to get HANDLE for pipe.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c9044a4..7712a89 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,14 +25,19 @@ EXTRA_DIST = motd ce-createpipe.c
BUILT_SOURCES =
CLEANFILES =
-testtools = socks5
-
-TESTS = version pipeconnect
+TESTS = version
if HAVE_W32CE_SYSTEM
w32cetools = ce-createpipe ce-server
endif
+if HAVE_W32_SYSTEM
+testtools =
+else
+TESTS += pipeconnect
+testtools = socks5
+endif
+
if USE_DESCRIPTOR_PASSING
TESTS += fdpassing
endif
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list