diff options
-rw-r--r-- | clang-tools-extra/test/clang-replace/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 00000000000..367c8707f6d --- /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'] |