Skip to content

Commit 0e3ee39

Browse files
committed
Add fuzzer to reformat make target
1 parent 863d121 commit 0e3ee39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/pp.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
PP_INPUTS = $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
33
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
44
$(wildcard $(S)src/test/*/*.rs \
5-
$(S)src/test/*/*/*.rs)
5+
$(S)src/test/*/*/*.rs) \
6+
$(wildcard $(S)src/fuzzer/*.rs)
67

78
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
89

0 commit comments

Comments
 (0)