summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-21 05:09:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-21 05:09:39 (GMT)
commita8e04ddf6e3fc444469e6f0f2f4690c04c0290ab (patch)
tree6a00db96c1ac88e318bb379413743a95fe88076f /Makefile
parentc3786c8472093ec01b73a71a56f405932044a67e (diff)
parent6cf6bb3e47ac2f667fa0b27a4222e903ff6fb77c (diff)
downloadgit-a8e04ddf6e3fc444469e6f0f2f4690c04c0290ab.zip
git-a8e04ddf6e3fc444469e6f0f2f4690c04c0290ab.tar.gz
git-a8e04ddf6e3fc444469e6f0f2f4690c04c0290ab.tar.bz2
Merge branch 'ae/better-template-failure-report' into maint
* 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 775ee83..ade7923 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))