diff options
author | Jeff King <peff@peff.net> | 2009-08-09 04:50:37 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-09 10:51:47 -0700 |
commit | c14417c4f5f8d7765e232f1e908b85d2ae14ec34 (patch) | |
tree | d2db1d99837f604213a677f3be148180101fd163 /t | |
parent | tests: allow user to specify trash directory location (diff) | |
download | tgif-c14417c4f5f8d7765e232f1e908b85d2ae14ec34.tar.xz |
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/Makefile | 2 |
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) |