aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-06-06 02:47:53 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-06-06 02:47:53 +0000
commit9233623616483f70d4b3a690446f869436a4726a (patch)
treeeee837d2577fb0c7582f7627aa84f641f23b4c45
parent11bffdc5bdb5c086c357e98518108d25e23ac943 (diff)
downloadllvm-9233623616483f70d4b3a690446f869436a4726a.zip
llvm-9233623616483f70d4b3a690446f869436a4726a.tar.gz
llvm-9233623616483f70d4b3a690446f869436a4726a.tar.bz2
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 llvm-svn: 183375
-rwxr-xr-xpolly/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Makefile b/polly/test/Makefile
index e3c0859..270a572 100755
--- a/polly/test/Makefile
+++ b/polly/test/Makefile
@@ -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