summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b602ed7)
raw | patch | inline | side by side (parent: b602ed7)
author | Jeff King <peff@peff.net> | |
Thu, 19 May 2011 21:24:24 +0000 (17:24 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 May 2011 02:44:59 +0000 (19:44 -0700) |
We usually keep these lists in sorted order, but the last
few entries were just tacked on the end.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
few entries were just tacked on the end.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 5379aaa2e000a8944b1b2a6dbfeac32904c6e7f2..d09ee701885b4f977ae4399caa4be6133570e1be 100644 (file)
--- a/Makefile
+++ b/Makefile
TEST_PROGRAMS_NEED_X += test-delta
TEST_PROGRAMS_NEED_X += test-dump-cache-tree
TEST_PROGRAMS_NEED_X += test-genrandom
+TEST_PROGRAMS_NEED_X += test-index-version
TEST_PROGRAMS_NEED_X += test-line-buffer
TEST_PROGRAMS_NEED_X += test-match-trees
+TEST_PROGRAMS_NEED_X += test-mktemp
TEST_PROGRAMS_NEED_X += test-obj-pool
TEST_PROGRAMS_NEED_X += test-parse-options
TEST_PROGRAMS_NEED_X += test-path-utils
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))