mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 09:33:26 +00:00
Break up make tidy even more
This commit is contained in:
parent
6e3c141bee
commit
516b90e646
10
mk/tests.mk
10
mk/tests.mk
@ -2,8 +2,9 @@
|
|||||||
# Testing variables
|
# Testing variables
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
ALL_TEST_INPUTS = $(wildcard $(S)src/test/*/*.rs \
|
SOME_TEST_INPUTS = $(wildcard $(S)src/test/*/*.rs)
|
||||||
$(S)src/test/*/*/*.rs \
|
|
||||||
|
SOME_MOAR_TEST_INPUTS = $(wildcard $(S)src/test/*/*/*.rs \
|
||||||
$(S)src/test/*/*.rc)
|
$(S)src/test/*/*.rc)
|
||||||
|
|
||||||
RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
|
RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
|
||||||
@ -143,7 +144,10 @@ tidy:
|
|||||||
$(RUSTDOC_INPUTS) \
|
$(RUSTDOC_INPUTS) \
|
||||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||||
$(Q)echo \
|
$(Q)echo \
|
||||||
$(ALL_TEST_INPUTS) \
|
$(SOME_TEST_INPUTS) \
|
||||||
|
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||||
|
$(Q)echo \
|
||||||
|
$(SOME_MOAR_TEST_INPUTS) \
|
||||||
| xargs -n 10 python $(S)src/etc/tidy.py
|
| xargs -n 10 python $(S)src/etc/tidy.py
|
||||||
$(Q)echo \
|
$(Q)echo \
|
||||||
$(ALL_CS) \
|
$(ALL_CS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user