diff options
Diffstat (limited to 'test/libcxx/experimental/filesystem/lit.local.cfg')
-rw-r--r-- | test/libcxx/experimental/filesystem/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/experimental/filesystem/lit.local.cfg b/test/libcxx/experimental/filesystem/lit.local.cfg new file mode 100644 index 0000000000000..3d9360431f486 --- /dev/null +++ b/test/libcxx/experimental/filesystem/lit.local.cfg @@ -0,0 +1,3 @@ +# Disable all of the filesystem tests if the correct feature is not available. +if 'c++filesystem' not in config.available_features: + config.unsupported = True |