add polly to check-all

llvm-svn: 182308
This commit is contained in:
Sebastian Pop 2013-05-20 18:49:15 +00:00
parent 5de4416962
commit 0bfafbaf52
1 changed files with 9 additions and 0 deletions

View File

@ -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