auto merge of #11847 : alexcrichton/rust/fix-test-deps, r=pcwalton
The stdtest binary uses both libnative and libgreen to test the two implementations Closes #11843
This commit is contained in:
commit
daf60f0c4f
1 changed files with 2 additions and 1 deletions
|
|
@ -344,7 +344,8 @@ ifeq ($(NO_REBUILD),)
|
|||
STDTESTDEP_$(1)_$(2)_$(3)_$(4) = $$(SREQ$(1)_T_$(2)_H_$(3)) \
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.extra \
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.rustuv \
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.green
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.green \
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.native
|
||||
else
|
||||
STDTESTDEP_$(1)_$(2)_$(3)_$(4) =
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue