Add tests to 'make reformat' target.

This commit is contained in:
Graydon Hoare 2011-06-15 09:53:30 -07:00
parent df6ec4f8ea
commit bd3e2eb4cb
1 changed files with 3 additions and 1 deletions

View File

@ -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]: $@)