Depend on libnative when testing

The stdtest binary uses both libnative and libgreen to test the two
implementations

Closes #11843
This commit is contained in:
Alex Crichton 2014-01-27 09:16:55 -08:00
parent b0280ac538
commit 0d38e1f9c1
1 changed files with 2 additions and 1 deletions

View File

@ -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