Commit ac9c9439 by Jim Stichnoth

Subzero: Add a check-lit target for faster smoke testing.

BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/507813002
parent bfb03e57
......@@ -83,9 +83,11 @@ $(OBJS): | build
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment