From: Edwin Vane Date: Thu, 22 Aug 2013 15:04:34 +0000 (+0000) Subject: clang-replace: Exclude test-time deps from LIT test suite X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69948e41555829c7768ac6ab6776ebbb41fe4326;p=platform%2Fupstream%2Fllvm.git clang-replace: Exclude test-time deps from LIT test suite Subdirectories of test/clang-replace contain test-time dependencies and not more LIT tests. Tell LIT to ignore these directories from the test suite. llvm-svn: 189019 --- diff --git a/clang-tools-extra/test/clang-replace/lit.local.cfg b/clang-tools-extra/test/clang-replace/lit.local.cfg new file mode 100644 index 0000000..367c870 --- /dev/null +++ b/clang-tools-extra/test/clang-replace/lit.local.cfg @@ -0,0 +1,3 @@ +# These subdirectories contain test-time dependencies and don't contain actual +# tests. Tell LIT to ignore them. +config.excludes = ['basic', 'conflict']