about summary refs log tree commit diff
path: root/third_party/git/t/interop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/interop/Makefile')
-rw-r--r--third_party/git/t/interop/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/git/t/interop/Makefile b/third_party/git/t/interop/Makefile
deleted file mode 100644
index 31a4bbc716..0000000000
--- a/third_party/git/t/interop/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
--include ../../config.mak
-export GIT_TEST_OPTIONS
-
-SHELL_PATH ?= $(SHELL)
-SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
-T = $(sort $(wildcard i[0-9][0-9][0-9][0-9]-*.sh))
-
-all: $(T)
-
-$(T):
-	@echo "*** $@ ***"; '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
-
-clean:
-	rm -rf build "trash directory".* test-results
-
-.PHONY: all clean $(T)