Subzero: Add a check-lit target for faster smoke testing.
BUG= none
R=jvoung@chromium.org
Review URL: https://codereview.chromium.org/507813002
diff --git a/Makefile.standalone b/Makefile.standalone
index 465f183..169fd81 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -83,9 +83,11 @@
build:
@mkdir -p $@
-check: llvm2ice
+check-lit: llvm2ice
LLVM_BIN_PATH=$(LLVM_BIN_PATH) \
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit
+
+check: check-lit
(cd crosstest; LLVM_BIN_PATH=$(LLVM_BIN_PATH) ./runtests.sh)
# TODO: Fix the use of wildcards.