Skip to content

Commit ff07e68

Browse files
Daniel Pattersoncatamorphism
Daniel Patterson
authored andcommitted
library-tool-conversion: update tests.mk for librustdoc and libcargo
1 parent 6c79d78 commit ff07e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/tests.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustc-dummy: \
357357
# Rules for the rustdoc test runner
358358

359359
$(3)/test/rustdoctest.stage$(1)-$(2)$$(X): \
360-
$$(RUSTDOC_CRATE) $$(RUSTDOC_INPUTS) \
360+
$$(RUSTDOC_LIB) $$(RUSTDOC_INPUTS) \
361361
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
362362
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
363363
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \
@@ -374,7 +374,7 @@ check-stage$(1)-T-$(2)-H-$(3)-rustdoc-dummy: \
374374
# Rules for the cargo test runner
375375

376376
$(3)/test/cargotest.stage$(1)-$(2)$$(X): \
377-
$$(CARGO_CRATE) $$(CARGO_INPUTS) \
377+
$$(CARGO_LIB) $$(CARGO_INPUTS) \
378378
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
379379
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_CORELIB) \
380380
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB) \

0 commit comments

Comments
 (0)