We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863d121 commit 0e3ee39Copy full SHA for 0e3ee39
mk/pp.mk
@@ -2,7 +2,8 @@
2
PP_INPUTS = $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
3
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
4
$(wildcard $(S)src/test/*/*.rs \
5
- $(S)src/test/*/*/*.rs)
+ $(S)src/test/*/*/*.rs) \
6
+ $(wildcard $(S)src/fuzzer/*.rs)
7
8
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
9
0 commit comments