mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 05:56:56 +00:00
Add tests to 'make reformat' target.
This commit is contained in:
parent
df6ec4f8ea
commit
bd3e2eb4cb
4
mk/pp.mk
4
mk/pp.mk
@ -1,6 +1,8 @@
|
||||
|
||||
PP_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
|
||||
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs))
|
||||
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
|
||||
$(wildcard $(S)src/test/*/*.rs \
|
||||
$(S)src/test/*/*/*.rs)
|
||||
|
||||
reformat: $(SREQ1)
|
||||
@$(call E, reformat [stage1]: $@)
|
||||
|
Loading…
Reference in New Issue
Block a user