From 82517879948fa00526aac4d681cd674b4d4ebf47 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 26 Aug 2017 16:10:35 +0200 Subject: [PATCH] fixup! mingw: add a Makefile target to copy test artifacts We need two more files to pass the test suite in BusyBox-backed MinGit. Signed-off-by: Johannes Schindelin --- config.mak.uname | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.mak.uname b/config.mak.uname index 787a865988..80b2489461 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -729,6 +729,13 @@ install-mingit-test-artifacts: install -m755 -d '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' install -m755 git-remote-testgit \ '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' + + # git-upload-archive (dashed) for t5000 + install -m755 git-upload-archive.exe '$(DESTDIR_SQ)/$(MINGW_PREFIX)/bin' + + # git-difftool--helper for t7800 + install -m755 git-difftool--helper \ + '$(DESTDIR_SQ)/$(MINGW_PREFIX)/libexec/git-core' endif ifeq ($(uname_S),QNX) COMPAT_CFLAGS += -DSA_RESTART=0