diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-27 09:16:55 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-27 09:16:55 -0800 |
| commit | 0d38e1f9c1998d15fdd8a7d6f5064f27d7826ab3 (patch) | |
| tree | 6c229b7df38db94fb3deb2a468a88800e4ac66a1 | |
| parent | b0280ac5385433bd663e825e24f6990a816a5f40 (diff) | |
| download | rust-0d38e1f9c1998d15fdd8a7d6f5064f27d7826ab3.tar.gz rust-0d38e1f9c1998d15fdd8a7d6f5064f27d7826ab3.zip | |
Depend on libnative when testing
The stdtest binary uses both libnative and libgreen to test the two implementations Closes #11843
| -rw-r--r-- | mk/tests.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index b8d3c126d5a..8ecac954ad2 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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 |
