Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index 58d535793bbb724da7456e351027c1bda32ed2c7..60b19a706d7e846e04423cf1cf747d6e31215bb2 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -224,7 +224,12 @@ check: check-lit check-unit runtime |
| @echo "Crosstests ignored, minimal build" |
| else |
| check: check-lit check-unit runtime |
| - (cd crosstest; ./runtests.sh) |
| + # Do all native/sse2 tests, but only test_vector_ops for native/sse4.1. |
| + # For (slow) sandboxed tests, limit to Om1/sse4.1. |
| + ./pydir/crosstest_generator.py -v --lit \ |
| + -i native,sse2 -i native,sse4.1,test_vector_ops \ |
| + -i sandbox,sse4.1,Om1 |
| + $(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output |
|
jvoung (off chromium)
2015/03/09 17:34:21
just checking what -sv means (succinct and verbose
Jim Stichnoth
2015/03/09 18:16:16
Right, also note it was cargo-culted from the chec
|
| endif |
| FORMAT_BLACKLIST = |