We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e921f commit 9247033Copy full SHA for 9247033
mk/tests.mk
@@ -124,8 +124,6 @@ tidy:
124
@$(call E, check: formatting)
125
$(Q)echo \
126
$(wildcard $(S)src/etc/*.py) \
127
- $(ALL_CS) \
128
- $(ALL_HS) \
129
$(COMPILER_CRATE) \
130
$(COMPILER_INPUTS) \
131
$(CORELIB_CRATE) \
@@ -138,10 +136,15 @@ tidy:
138
136
$(CARGO_INPUTS) \
139
137
$(RUSTDOC_CRATE) \
140
$(RUSTDOC_INPUTS) \
141
- | xargs -n 10 python $(S)src/etc/tidy.py
+ | xargs -n 10 python $(S)src/etc/tidy.py
142
143
$(ALL_TEST_INPUTS) \
144
| xargs -n 10 python $(S)src/etc/tidy.py
+ $(Q)echo \
+ $(ALL_CS) \
145
+ $(ALL_HS) \
146
147
+
148
endif
149
150
######################################################################
0 commit comments