summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2013-05-17 23:04:28 +0000
committerSebastian Pop <spop@codeaurora.org>2013-05-17 23:04:28 +0000
commitc90ec7812e40a32c8141d70cabfbc7f365bd55fb (patch)
treefa4db8f17db8bfbc7dea7f3d8648dbd71712bce3 /polly
parentb68243177556fab5e0c5fee88a5767bda83f8eb5 (diff)
downloadbcm5719-llvm-c90ec7812e40a32c8141d70cabfbc7f365bd55fb.tar.gz
bcm5719-llvm-c90ec7812e40a32c8141d70cabfbc7f365bd55fb.zip
rename make check target to match the naming convention followed in the other llvm projects
llvm-svn: 182171
Diffstat (limited to 'polly')
-rwxr-xr-xpolly/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Makefile b/polly/test/Makefile
index e3c08599cfe..270a5721de1 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
OpenPOWER on IntegriCloud