diff options
Diffstat (limited to 'debuginfo-tests/win_cdb-tests/lit.local.cfg.py')
-rw-r--r-- | debuginfo-tests/win_cdb-tests/lit.local.cfg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuginfo-tests/win_cdb-tests/lit.local.cfg.py b/debuginfo-tests/win_cdb-tests/lit.local.cfg.py new file mode 100644 index 00000000000..e4d61b1fbb6 --- /dev/null +++ b/debuginfo-tests/win_cdb-tests/lit.local.cfg.py @@ -0,0 +1,2 @@ +# The win_cdb tests are supported when cmake was run in an MSVC environment. +config.unsupported = not config.is_msvc |