summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-02-09 16:41:16 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-02-09 16:41:16 -0800
commit70ec8687a66eb7d3b273d9a7996fab309d2b0974 (patch)
tree0399e03a1c664f6b02ed36b080eca5b3ac00196d /Makefile
parentMerge branch 'jn/cherry-pick-strategy-option' (diff)
parentImprove error messages when temporary file creation fails (diff)
downloadtgif-70ec8687a66eb7d3b273d9a7996fab309d2b0974.tar.xz
Merge branch 'ae/better-template-failure-report'
* ae/better-template-failure-report: Improve error messages when temporary file creation fails
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 775ee838c3..ade79232f4 100644
--- a/Makefile
+++ b/Makefile
@@ -435,6 +435,7 @@ TEST_PROGRAMS_NEED_X += test-subprocess
TEST_PROGRAMS_NEED_X += test-svn-fe
TEST_PROGRAMS_NEED_X += test-treap
TEST_PROGRAMS_NEED_X += test-index-version
+TEST_PROGRAMS_NEED_X += test-mktemp
TEST_PROGRAMS = $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))