mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user