clang-replace: Exclude test-time deps from LIT test suite
authorEdwin Vane <edwin.vane@intel.com>
Thu, 22 Aug 2013 15:04:34 +0000 (15:04 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Thu, 22 Aug 2013 15:04:34 +0000 (15:04 +0000)
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

clang-tools-extra/test/clang-replace/lit.local.cfg [new file with mode: 0644]

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 (file)
index 0000000..367c870
--- /dev/null
@@ -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']