[llvm-branch-commits] [polly] r183375 - rename make check target to match the naming convention followed in the other llvm projects

Tobias Grosser grosser at fim.uni-passau.de
Wed Jun 5 19:48:40 PDT 2013


Author: grosser
Date: Wed Jun  5 21:47:53 2013
New Revision: 183375

URL: http://llvm.org/viewvc/llvm-project?rev=183375&view=rev
Log:
rename make check target to match the naming convention followed in the other llvm projects

Merged from: https://llvm.org/svn/llvm-project/polly/trunk@182171

Modified:
    polly/branches/release_33/test/Makefile

Modified: polly/branches/release_33/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_33/test/Makefile?rev=183375&r1=183374&r2=183375&view=diff
==============================================================================
--- polly/branches/release_33/test/Makefile (original)
+++ polly/branches/release_33/test/Makefile Wed Jun  5 21:47:53 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-branch-commits mailing list