summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/ASTMerge/Inputs/lit.local.cfg1
-rw-r--r--clang/test/Driver/Inputs/lit.local.cfg1
-rw-r--r--clang/test/Frontend/Inputs/lit.local.cfg1
-rw-r--r--clang/test/Index/Inputs/lit.local.cfg1
-rw-r--r--clang/test/SemaCXX/Inputs/lit.local.cfg1
-rw-r--r--clang/test/Tooling/Inputs/lit.local.cfg1
-rw-r--r--clang/test/lit.cfg5
7 files changed, 5 insertions, 6 deletions
diff --git a/clang/test/ASTMerge/Inputs/lit.local.cfg b/clang/test/ASTMerge/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/ASTMerge/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/Driver/Inputs/lit.local.cfg b/clang/test/Driver/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/Driver/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/Frontend/Inputs/lit.local.cfg b/clang/test/Frontend/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/Frontend/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/Index/Inputs/lit.local.cfg b/clang/test/Index/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/Index/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/SemaCXX/Inputs/lit.local.cfg b/clang/test/SemaCXX/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/SemaCXX/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/Tooling/Inputs/lit.local.cfg b/clang/test/Tooling/Inputs/lit.local.cfg
deleted file mode 100644
index e6f55eef7af..00000000000
--- a/clang/test/Tooling/Inputs/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = []
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index bfac9f2415b..19daa61a64f 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -46,6 +46,11 @@ config.test_format = lit.formats.ShTest(execute_external)
# suffixes: A list of file extensions to treat as test files.
config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s']
+# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
+# subdirectories contain auxiliary inputs for various tests in their parent
+# directories.
+config.excludes = ['Inputs', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt']
+
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)
OpenPOWER on IntegriCloud