Skip to content

Commit eab6586

Browse files
committed
---
yaml --- r: 15447 b: refs/heads/try c: 516b90e h: refs/heads/master i: 15445: a36e820 15443: 846f00a 15439: e5931f0 v: v3
1 parent ce28a8b commit eab6586

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 6e3c141bee93b50482fa347181dbeffb9ab4b069
5+
refs/heads/try: 516b90e6468dc9df2fc8bfa185e5394eb8e99b92
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/mk/tests.mk

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# Testing variables
33
######################################################################
44

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)
89

910
RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
1011
RPASS_RS := $(wildcard $(S)src/test/run-pass/*.rs)
@@ -143,7 +144,10 @@ tidy:
143144
$(RUSTDOC_INPUTS) \
144145
| xargs -n 10 python $(S)src/etc/tidy.py
145146
$(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) \
147151
| xargs -n 10 python $(S)src/etc/tidy.py
148152
$(Q)echo \
149153
$(ALL_CS) \

0 commit comments

Comments
 (0)