Skip to content

Commit 37fc57a

Browse files
Guanqun Lugitster
authored andcommitted
add test-dump-cache-tree in Makefile
5c5ba73 (Makefile: Use generic rule to build test programs, 2007-05-31) tried to use generic rule to build test programs, but it misses the file 'dump-cache-tree.c', since its name is not prefixed by 'test-'. This commit solves this little problem by renaming this file instead of carrying out an explicit rule in Makefile. Signed-off-by: Guanqun Lu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c9a8abc commit 37fc57a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ endif
13011301

13021302
### Testing rules
13031303

1304-
TEST_PROGRAMS = test-chmtime$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-parse-options$X test-path-utils$X
1304+
TEST_PROGRAMS = test-chmtime$X test-dump-cache-tree$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-parse-options$X test-path-utils$X
13051305

13061306
all:: $(TEST_PROGRAMS)
13071307

File renamed without changes.

0 commit comments

Comments
 (0)