From: Jeff King Date: Sun, 9 Aug 2009 08:50:37 +0000 (-0400) Subject: t/Makefile: include config.mak X-Git-Tag: v1.6.5-rc0~92 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c14417c4f5f8d7765e232f1e908b85d2ae14ec34;p=git.git 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 --- diff --git a/t/Makefile b/t/Makefile index bf816fc85..bd09390d3 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)