[polly] r182171 - rename make check target to match the naming convention followed in the other llvm projects
Sebastian Pop
spop at codeaurora.org
Fri May 17 16:04:28 PDT 2013
Author: spop
Date: Fri May 17 18:04:28 2013
New Revision: 182171
URL: http://llvm.org/viewvc/llvm-project?rev=182171&view=rev
Log:
rename make check target to match the naming convention followed in the other llvm projects
Modified:
polly/trunk/test/Makefile
Modified: polly/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Makefile?rev=182171&r1=182170&r2=182171&view=diff
==============================================================================
--- polly/trunk/test/Makefile (original)
+++ polly/trunk/test/Makefile Fri May 17 18:04:28 2013
@@ -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
More information about the llvm-commits
mailing list