From c14417c4f5f8d7765e232f1e908b85d2ae14ec34 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sun, 9 Aug 2009 04:50:37 -0400 Subject: [PATCH] t/Makefile: include config.mak This is useful if you want to specify GIT_TEST_OPTS that you always use. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- t/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Makefile b/t/Makefile index bf816fc850..bd09390d32 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,6 +3,8 @@ # Copyright (c) 2005 Junio C Hamano # +-include ../config.mak + #GIT_TEST_OPTS=--verbose --debug SHELL_PATH ?= $(SHELL) TAR ?= $(TAR) -- 2.11.4.GIT