summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2013-05-20 18:49:15 +0000
committerSebastian Pop <spop@codeaurora.org>2013-05-20 18:49:15 +0000
commitb02834cf1f2791dccfd86bb792a6e8301b117bad (patch)
tree099ee886e3a7327616205681d84df84ffba308fc /test/Makefile
parent1aeb13bd9cbc1be096af7d4f9da9d5fa566f606b (diff)
downloadllvm-b02834cf1f2791dccfd86bb792a6e8301b117bad.tar.gz
llvm-b02834cf1f2791dccfd86bb792a6e8301b117bad.tar.bz2
llvm-b02834cf1f2791dccfd86bb792a6e8301b117bad.tar.xz
add polly to check-all
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 88573c5523..7204147715 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -66,6 +66,15 @@ clang-tools-site-cfg: FORCE
$(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg
extra-site-cfgs:: clang-tools-site-cfg
endif
+
+ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
+LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
+
+# Force creation of Polly's lit.site.cfg.
+polly-tools-site-cfg: FORCE
+ $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit.site.cfg
+extra-site-cfgs:: polly-tools-site-cfg
+endif
endif
endif