Skip to content

Commit 6e3c141

Browse files
committed
breakup tidy command
1 parent e712ad8 commit 6e3c141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ tidy:
131131
$(LIBRUSTSYNTAX_INPUTS) \
132132
$(CORELIB_CRATE) \
133133
$(CORELIB_INPUTS) \
134+
| xargs -n 10 python $(S)src/etc/tidy.py
135+
$(Q)echo \
134136
$(STDLIB_CRATE) \
135137
$(STDLIB_INPUTS) \
136138
$(COMPILETEST_CRATE) \

0 commit comments

Comments
 (0)