blob: 38de64e5a0828e6fa7525ce231d3875b18f3b32b [file] [log] [blame]
import os
import sys
# Disable all of the filesystem tests if the dylib under test doesn't support them.
if 'dylib-has-no-filesystem' in config.available_features:
config.unsupported = True
if 'c++filesystem-disabled' in config.available_features:
config.unsupported = True