1if "dexter" not in config.available_features: 2 config.unsupported = True 3 4config.name = "DExTer feature tests" 5config.suffixes = [".cpp", ".c", ".test"] 6
1if "dexter" not in config.available_features: 2 config.unsupported = True 3 4config.name = "DExTer feature tests" 5config.suffixes = [".cpp", ".c", ".test"] 6