Skip to content

Commit d192508

Browse files
peffgitster
authored andcommitted
Makefile: sort TEST_PROGRAMS list
We usually keep these lists in sorted order, but the last few entries were just tacked on the end. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b602ed7 commit d192508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,10 @@ TEST_PROGRAMS_NEED_X += test-date
415415
TEST_PROGRAMS_NEED_X += test-delta
416416
TEST_PROGRAMS_NEED_X += test-dump-cache-tree
417417
TEST_PROGRAMS_NEED_X += test-genrandom
418+
TEST_PROGRAMS_NEED_X += test-index-version
418419
TEST_PROGRAMS_NEED_X += test-line-buffer
419420
TEST_PROGRAMS_NEED_X += test-match-trees
421+
TEST_PROGRAMS_NEED_X += test-mktemp
420422
TEST_PROGRAMS_NEED_X += test-obj-pool
421423
TEST_PROGRAMS_NEED_X += test-parse-options
422424
TEST_PROGRAMS_NEED_X += test-path-utils
@@ -427,8 +429,6 @@ TEST_PROGRAMS_NEED_X += test-string-pool
427429
TEST_PROGRAMS_NEED_X += test-subprocess
428430
TEST_PROGRAMS_NEED_X += test-svn-fe
429431
TEST_PROGRAMS_NEED_X += test-treap
430-
TEST_PROGRAMS_NEED_X += test-index-version
431-
TEST_PROGRAMS_NEED_X += test-mktemp
432432

433433
TEST_PROGRAMS = $(patsubst %,%$X,$(TEST_PROGRAMS_NEED_X))
434434

0 commit comments

Comments
 (0)