Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index cd1d414b22c6e7daa45e8412355aecde1a01dfe6..a1278cf25ff5c04cd623ccab6152c7b37b2c0c01 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -540,7 +540,7 @@ check-presubmit presubmit: |
| DEBUG=1 CHECK_X86_ASM=1 check-unit sb |
| # Run lit tests, cross tests, unit tests, and spec2k/x86-32. |
| +make -f Makefile.standalone \ |
|
John
2016/03/06 22:39:38
Unrelated change??
Jim Stichnoth
2016/03/07 00:03:10
Yes - the "sb" build target is already tested in t
|
| - check check-spec sb |
| + check check-spec |
| # Run spec2k/x86-64. |
| +make -f Makefile.standalone \ |
| TARGET=x8664 check-spec |