aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pipeconnect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix for POSIX machine.NIIBE Yutaka2023-05-111-0/+2
| | | | | | | | * modified tests/pipeconnect.c (cmd_cat): Ifdef-out W32. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* w32: Fix pipeconnect test program for Windows.NIIBE Yutaka2023-05-101-3/+22
| | | | | | | | * tests/pipeconnect.c: Fix for input_fd and output_fd. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* tests: Add fdpassing-socket.sh script.NIIBE Yutaka2022-11-081-6/+6
| | | | | | | | | | | | | | | * tests/Makefile.am (TESTS_ENVIRONMENT): Export EXEEXT. (test_programs): New. Run pipeconnect for Windows, too. (check_SCRIPTS): New. (TESTS): Now, it's test_programs and check_SCRIPTS. (noinst_PROGRAMS): Not including check_SCRIPTS. (tests/fdpassing-socket.sh): New, to test socket connection. * tests/fdpassing.c: Include socket connection test. * tests/pipeconnect.c: Fix for Windows. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* Drop WindowsCE support.NIIBE Yutaka2022-08-311-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * contrib/*: Remove. * Makefile.am (EXTRA_DIST): Don't include contrib/. * configure.ac (HAVE_W32CE_SYSTEM): Remove. * src/gpgcedev.c: Remove. * src/gpgcedev.def: Remove. * src/gpgcemgr.c: Remove. * src/system-w32ce.c: Remove. * src/w32ce-add.h: Remove. * src/w32ce-fd-t.inc.h: Remove. * src/Makefile.am (EXTRA_DIST, parts_of_assuan_h, common_sources): Fix. * src/assuan-buffer.c [HAVE_W32CE_SYSTEM]: No conditionalize. * src/setenv.c [HAVE_W32CE_SYSTEM]: Likewise. * src/assuan-defs.h [HAVE_W32CE_SYSTEM]: Remove dependent part. * src/assuan-error.c [HAVE_W32CE_SYSTEM]: Likewise. * src/assuan-handler.c [HAVE_W32CE_SYSTEM]: Likewise. * src/assuan-socket.c [HAVE_W32CE_SYSTEM]: Likewise. * src/system.c [HAVE_W32CE_SYSTEM]: Likewise. * src/sysutils.c [HAVE_W32CE_SYSTEM]: Likewise. * tests/Makefile.am (EXTRA_DIST): Fix. (w32cetools): Remove. * tests/common.h [HAVE_W32CE_SYSTEM]: Remove dependent part. * tests/pipeconnect.c [HAVE_W32CE_SYSTEM]: Likewise. * tests/ce-createpipe.c: Remove. * tests/ce-server.c: Remove. -- GnuPG-bug-id: 6170 Signed-off-by: NIIBE Yutaka <[email protected]>
* Changed the implementation of CreatePipe under W32CE.Werner Koch2010-03-221-0/+397
Reorganized the source.