Skip to content

Commit 9002ec3

Browse files
peffgitster
authored andcommitted
Makefile: clean up TEST_PROGRAMS definition
We try to keep lines under 80 characters, not to mention that sticking a bunch of stuff on one line makes diffs messier. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7eb5bbd commit 9002ec3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,14 @@ endif
13561356

13571357
### Testing rules
13581358

1359-
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
1359+
TEST_PROGRAMS += test-chmtime$X
1360+
TEST_PROGRAMS += test-date$X
1361+
TEST_PROGRAMS += test-delta$X
1362+
TEST_PROGRAMS += test-genrandom$X
1363+
TEST_PROGRAMS += test-match-trees$X
1364+
TEST_PROGRAMS += test-parse-options$X
1365+
TEST_PROGRAMS += test-path-utils$X
1366+
TEST_PROGRAMS += test-sha1$X
13601367

13611368
all:: $(TEST_PROGRAMS)
13621369

0 commit comments

Comments
 (0)