[llvm] r182308 - add polly to check-all
Sebastian Pop
spop at codeaurora.org
Mon May 20 11:49:16 PDT 2013
Author: spop
Date: Mon May 20 13:49:15 2013
New Revision: 182308
URL: http://llvm.org/viewvc/llvm-project?rev=182308&view=rev
Log:
add polly to check-all
Modified:
llvm/trunk/test/Makefile
Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=182308&r1=182307&r2=182308&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Mon May 20 13:49:15 2013
@@ -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
More information about the llvm-commits
mailing list