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 df6ec4f commit bd3e2ebCopy full SHA for bd3e2eb
mk/pp.mk
@@ -1,6 +1,8 @@
1
2
PP_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
3
- $(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs))
+ $(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs)) \
4
+ $(wildcard $(S)src/test/*/*.rs \
5
+ $(S)src/test/*/*/*.rs)
6
7
reformat: $(SREQ1)
8
@$(call E, reformat [stage1]: $@)
0 commit comments