Code

t/Makefile: include config.mak
authorJeff King <peff@peff.net>
Sun, 9 Aug 2009 08:50:37 +0000 (04:50 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Aug 2009 17:51:47 +0000 (10:51 -0700)
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>
t/Makefile

index bf816fc8505508c91999175ad6544a67febabb33..bd09390d3208d7eac362cd9cf45f7dde623c4ae6 100644 (file)
@@ -3,6 +3,8 @@
 # Copyright (c) 2005 Junio C Hamano
 #
 
+-include ../config.mak
+
 #GIT_TEST_OPTS=--verbose --debug
 SHELL_PATH ?= $(SHELL)
 TAR ?= $(TAR)