brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · 141fc3a Raw
7 lines · plain
1import lit.formats2 3config.name = "shtest-output-printing"4config.suffixes = [".txt"]5config.substitutions.append(("%{python}", f'"{sys.executable}"'))6config.test_format = lit.formats.ShTest(execute_external=False)7