summaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-08-09 04:50:37 -0400
committerJunio C Hamano <gitster@pobox.com>2009-08-09 10:51:47 -0700
commitc14417c4f5f8d7765e232f1e908b85d2ae14ec34 (patch)
treed2db1d99837f604213a677f3be148180101fd163 /t/Makefile
parentf423ef5f2bec35efbc328f02e468a18612970242 (diff)
downloadgit-c14417c4f5f8d7765e232f1e908b85d2ae14ec34.tar.gz
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile2
1 files changed, 2 insertions, 0 deletions
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)