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.lorimer.id.au/gitweb.git/diff_plain/c14417c4f5f8d7765e232f1e908b85d2ae14ec34?ds=inline;hp=--cc 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 --- c14417c4f5f8d7765e232f1e908b85d2ae14ec34 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)