[clang-tools-extra] r189019 - clang-replace: Exclude test-time deps from LIT test suite

Edwin Vane edwin.vane at intel.com
Thu Aug 22 08:04:34 PDT 2013


Author: revane
Date: Thu Aug 22 10:04:34 2013
New Revision: 189019

URL: http://llvm.org/viewvc/llvm-project?rev=189019&view=rev
Log:
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.


Added:
    clang-tools-extra/trunk/test/clang-replace/lit.local.cfg

Added: clang-tools-extra/trunk/test/clang-replace/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-replace/lit.local.cfg?rev=189019&view=auto
==============================================================================
--- clang-tools-extra/trunk/test/clang-replace/lit.local.cfg (added)
+++ clang-tools-extra/trunk/test/clang-replace/lit.local.cfg Thu Aug 22 10:04:34 2013
@@ -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']





More information about the cfe-commits mailing list