brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · f9127da Raw
6 lines · plain
1if not config.build_examples or sys.platform in ["win32"]:2    config.unsupported = True3 4# Test discovery should ignore subdirectories that contain test inputs.5config.excludes = ["Inputs"]6