summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-09-24 17:30:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-24 17:30:47 (GMT)
commite3d4ff037db41234eaf74167ab7d1a443c23243d (patch)
tree5192a517b0917ed04ac5bc6cc6baa4d145eaa43c /Makefile
parentae109a9789da452192588b517f893f6bda6383e6 (diff)
parenteeaf7ddac7594636b517497fff3ab181966edbcc (diff)
downloadgit-e3d4ff037db41234eaf74167ab7d1a443c23243d.zip
git-e3d4ff037db41234eaf74167ab7d1a443c23243d.tar.gz
git-e3d4ff037db41234eaf74167ab7d1a443c23243d.tar.bz2
Merge branch 'js/mingw-o-append'
Further fix for O_APPEND emulation on Windows * js/mingw-o-append: mingw: fix mingw_open_append to work with named pipes t0051: test GIT_TRACE to a windows named pipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b567ccc..13e1c52 100644
--- a/Makefile
+++ b/Makefile
@@ -740,6 +740,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