Skip to content

Commit c14417c

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f423ef5 commit c14417c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Copyright (c) 2005 Junio C Hamano
44
#
55

6+
-include ../config.mak
7+
68
#GIT_TEST_OPTS=--verbose --debug
79
SHELL_PATH ?= $(SHELL)
810
TAR ?= $(TAR)

0 commit comments

Comments
 (0)