summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2018-09-11 20:06:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-11 20:54:25 (GMT)
commit06ba9d03e34ffb5fe3ca71343ceef925a447771b (patch)
tree886157c1c8deda2192b09baa06ac13dd45bff442 /Makefile
parentd641097589160eb795127d8dbcb14c877c217b60 (diff)
downloadgit-06ba9d03e34ffb5fe3ca71343ceef925a447771b.zip
git-06ba9d03e34ffb5fe3ca71343ceef925a447771b.tar.gz
git-06ba9d03e34ffb5fe3ca71343ceef925a447771b.tar.bz2
t0051: test GIT_TRACE to a windows named pipe
Create a test-tool helper to create the server side of a windows named pipe, wait for a client connection, and copy data written to the pipe to stdout. Create t0051 test to route GIT_TRACE output of a command to a named pipe using the above test-tool helper. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4b503d..b1b934d 100644
--- a/Makefile
+++ b/Makefile
@@ -731,6 +731,7 @@ TEST_BUILTINS_OBJS += test-submodule-config.o
TEST_BUILTINS_OBJS += test-subprocess.o
TEST_BUILTINS_OBJS += test-urlmatch-normalization.o
TEST_BUILTINS_OBJS += test-wildmatch.o
+TEST_BUILTINS_OBJS += test-windows-named-pipe.o
TEST_BUILTINS_OBJS += test-write-cache.o
TEST_PROGRAMS_NEED_X += test-dump-fsmonitor