Home | History | Annotate | Download | only in filesystem
      1 # Disable all of the filesystem tests if the correct feature is not available.
      2 if 'c++filesystem' not in config.available_features:
      3   config.unsupported = True
      4