rename make check target to match the naming convention followed in the other llvm projects

llvm-svn: 182171
This commit is contained in:
Sebastian Pop 2013-05-17 23:04:28 +00:00
parent b682431775
commit c90ec7812e
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ifdef VG
endif
polly-test:: lit.site.cfg polly-lib
check-polly:: lit.site.cfg polly-lib
@ echo '--- Running polly tests for $(TARGET_TRIPLE) ---'
@ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
$(LIT_ARGS) $(TESTARGS) $(TESTDIRS)
@ -58,4 +58,4 @@ lit.site.cfg: FORCE
clean::
@ find . -name Output | xargs rm -fr
.PHONY: polly-test clean
.PHONY: check-polly clean