Browse Source

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>
maint
Jeff King 16 years ago committed by Junio C Hamano
parent
commit
c14417c4f5
  1. 2
      t/Makefile

2
t/Makefile

@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
# Copyright (c) 2005 Junio C Hamano
#

-include ../config.mak

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

Loading…
Cancel
Save