[Lldb-commits] [lldb] 6488bd1 - test: add a lit configuration for Windows subdirectory
Saleem Abdulrasool via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 28 18:28:03 PST 2021
Author: Saleem Abdulrasool
Date: 2021-11-28T18:27:47-08:00
New Revision: 6488bd1d51715501632778e3c9a1d4eedfac2998
URL: https://github.com/llvm/llvm-project/commit/6488bd1d51715501632778e3c9a1d4eedfac2998
DIFF: https://github.com/llvm/llvm-project/commit/6488bd1d51715501632778e3c9a1d4eedfac2998.diff
LOG: test: add a lit configuration for Windows subdirectory
This adds a local configuration to the Windows subdirectory to filter
out the tests on non-Windows platforms using the lit filtering.
Added:
lldb/test/Shell/Process/Windows/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/lldb/test/Shell/Process/Windows/lit.local.cfg b/lldb/test/Shell/Process/Windows/lit.local.cfg
new file mode 100644
index 0000000000000..c10f33b2ad4b6
--- /dev/null
+++ b/lldb/test/Shell/Process/Windows/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'system-windows' not in config.available_features:
+ config.unsupported = True
More information about the lldb-commits
mailing list