brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 52e18b1 Raw
8 lines · plain
1import lit.formats2 3config.name = "shtest-umask"4config.suffixes = [".txt"]5config.test_format = lit.formats.ShTest(execute_external=False)6if sys.platform.startswith("win") or sys.platform.startswith("cygwin"):7    config.available_features.add("system-windows")8