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 8f0bd18 commit c5d168cCopy full SHA for c5d168c
mk/tests.mk
@@ -186,12 +186,12 @@ define TEST_STAGEN
186
# Prerequisites for compiletest tests
187
TEST_SREQ$(1)_T_$(2)_H_$(3) = \
188
$$(HBIN$(1)_H_$(3))/compiletest$$(X) \
189
- $$(HSREQ$(1)_$(2)_$(3))
+ $$(SREQ$(1)_T_$(2)_H_$(3))
190
191
# Prerequisites for compiletest tests that have deps on librustc, etc
192
FULL_TEST_SREQ$(1)_T_$(2)_H_$(3) = \
193
194
- $$(HSREQ$(1)_$(2)_$(3)) \
+ $$(SREQ$(1)_T_$(2)_H_$(3)) \
195
$$(TLIBRUSTC_DEFAULT$(1)_T_$(2)_H_$(3))
196
197
check-stage$(1)-T-$(2)-H-$(3): tidy \
0 commit comments