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 ...@@ -83,9 +83,11 @@ $(OBJS): | build
build: build:
@mkdir -p $@ @mkdir -p $@
check: llvm2ice check-lit: llvm2ice
LLVM_BIN_PATH=$(LLVM_BIN_PATH) \ LLVM_BIN_PATH=$(LLVM_BIN_PATH) \
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit $(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit
check: check-lit
(cd crosstest; LLVM_BIN_PATH=$(LLVM_BIN_PATH) ./runtests.sh) (cd crosstest; LLVM_BIN_PATH=$(LLVM_BIN_PATH) ./runtests.sh)
# TODO: Fix the use of wildcards. # 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