Skip to content

Commit

Permalink
t/Makefile: include config.mak
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Aug 9, 2009
1 parent f423ef5 commit c14417c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Copyright (c) 2005 Junio C Hamano
#

-include ../config.mak

#GIT_TEST_OPTS=--verbose --debug
SHELL_PATH ?= $(SHELL)
TAR ?= $(TAR)
Expand Down

0 comments on commit c14417c

Please sign in to comment.