diff options
author | Jeff Hostetler <jeffhost@microsoft.com> | 2018-09-11 13:06:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-11 13:54:25 -0700 |
commit | 06ba9d03e34ffb5fe3ca71343ceef925a447771b (patch) | |
tree | 886157c1c8deda2192b09baa06ac13dd45bff442 /Makefile | |
parent | d641097589160eb795127d8dbcb14c877c217b60 (diff) | |
download | git-06ba9d03e34ffb5fe3ca71343ceef925a447771b.tar.gz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |