File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 6e3c141bee93b50482fa347181dbeffb9ab4b069
5
+ refs/heads/try: 516b90e6468dc9df2fc8bfa185e5394eb8e99b92
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
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