Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 4fbe9ea3712d5118be4c823f5538eccc837c02f3..e93c0e6a3a0908a9c0101a931a5134dd3ef3cae7 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -449,7 +449,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime |
-i arm32,neon \ |
-e arm32,nonsfi \ |
-e arm32,neon,test_vector_ops \ |
- -e arm32,neon,test_select |
+ -i arm32,neon,test_select |
Jim Stichnoth
2016/02/11 15:26:07
Nice!
You should be able to just remove this line
Eric Holk
2016/02/11 19:17:23
Ok. I removed this line, and I'll go looking for t
|
PNACL_BIN_PATH=$(PNACL_BIN_PATH) \ |
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv $(CHECK_XTEST_TESTS) |
endif |