File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Testing variables
3
3
# #####################################################################
4
4
5
- ALL_TEST_INPUTS = $(wildcard $(S ) src/test/* /* .rs \
6
- $(S ) src/test/* /* /* .rs \
7
- $(S ) src/test/* /* .rc)
5
+ SOME_TEST_INPUTS = $(wildcard $(S ) src/test/* /* .rs)
6
+
7
+ SOME_MOAR_TEST_INPUTS = $(wildcard $(S ) src/test/* /* /* .rs \
8
+ $(S ) src/test/* /* .rc)
8
9
9
10
RPASS_RC := $(wildcard $(S ) src/test/run-pass/* .rc)
10
11
RPASS_RS := $(wildcard $(S ) src/test/run-pass/* .rs)
@@ -143,7 +144,10 @@ tidy:
143
144
$(RUSTDOC_INPUTS) \
144
145
| xargs -n 10 python $(S)src/etc/tidy.py
145
146
$(Q)echo \
146
- $(ALL_TEST_INPUTS) \
147
+ $(SOME_TEST_INPUTS) \
148
+ | xargs -n 10 python $(S)src/etc/tidy.py
149
+ $(Q)echo \
150
+ $(SOME_MOAR_TEST_INPUTS) \
147
151
| xargs -n 10 python $(S)src/etc/tidy.py
148
152
$(Q)echo \
149
153
$(ALL_CS) \
You can’t perform that action at this time.
0 commit comments