brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · 6454e22 Raw
11 lines · plain
1import lit2 3# Check multiple commands, and check newlines.4preamble_commands = ['echo "THIS WAS"', 'echo\n"INJECTED"']5 6config.name = "shtest-inject"7config.suffixes = [".txt"]8config.test_format = lit.formats.ShTest(preamble_commands=preamble_commands)9config.test_source_root = None10config.test_exec_root = None11