X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=7204147715d13ad80f1cf5aa6f88b7728616c0b8;hb=fbb383c88d0896f722d16d247e8ec23d7bea5f05;hp=88573c552386d2251c137ce76ca40949b9a79dc1;hpb=d66ad6c57115e85487e8a29b1e073305690a9be2;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index 88573c55238..7204147715d 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