Skip to content

Commit

Permalink
test: add a lit configuration for Windows subdirectory
Browse files Browse the repository at this point in the history
This adds a local configuration to the Windows subdirectory to filter
out the tests on non-Windows platforms using the lit filtering.
  • Loading branch information
compnerd committed Nov 29, 2021
1 parent fd7d406 commit 6488bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/test/Shell/Process/Windows/lit.local.cfg
@@ -0,0 +1,2 @@
if 'system-windows' not in config.available_features:
config.unsupported = True

0 comments on commit 6488bd1

Please sign in to comment.