Skip to content

Commit a3c6b6a

Browse files
committed
Fix rusti check targets some more
1 parent ee120de commit a3c6b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustdoc-dummy: \
382382
# Rules for the rusti test runner
383383

384384
$(3)/test/rustitest.stage$(1)-$(2)$$(X): \
385-
$$(RUSTI_CRATE) $$(RUSTI_INPUTS) \
385+
$$(RUSTI_LIB) $$(RUSTI_INPUTS) \
386386
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
387387
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
388388
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \

0 commit comments

Comments
 (0)