Add fuzzer to reformat make target

This commit is contained in:
Marijn Haverbeke 2011-07-27 14:19:29 +02:00
parent 863d121043
commit 0e3ee39c41
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
PP_INPUTS = $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
$(wildcard $(S)src/test/*/*.rs \
$(S)src/test/*/*/*.rs)
$(S)src/test/*/*/*.rs) \
$(wildcard $(S)src/fuzzer/*.rs)
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)