6 lines
156 B
INI
6 lines
156 B
INI
|
if "dexter" not in config.available_features:
|
||
|
config.unsupported = True
|
||
|
|
||
|
config.name = "DExTer feature tests"
|
||
|
config.suffixes = [".cpp", ".c", ".test"]
|