blob: 132b73ccbde55e408f671265530dfba9a2b14a99 (
plain)
1
2
3
4
5
|
# 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
|