Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-08-09 12:50:37 +0400
committerJunio C Hamano <gitster@pobox.com>2009-08-09 21:51:47 +0400
commitc14417c4f5f8d7765e232f1e908b85d2ae14ec34 (patch)
treed2db1d99837f604213a677f3be148180101fd163 /t
parentf423ef5f2bec35efbc328f02e468a18612970242 (diff)
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')
-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)