| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 27578be024e01c802bfd57cfe8e26ce148fe0a00..1f18f006e43ac0b4069bc055b61a25e34fcee463 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -404,7 +404,10 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
|
| -e x8664,native,sse2,test_global \
|
| -i arm32,native,neon \
|
| -e arm32,native,neon,test_vector_ops \
|
| - -e arm32,native,neon,test_select
|
| + -e arm32,native,neon,test_select \
|
| + -i arm32,sandbox,neon \
|
| + -e arm32,sandbox,neon,test_vector_ops \
|
| + -e arm32,sandbox,neon,test_select
|
| PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
|
| $(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
|
| endif
|
|
|