1import lit 2 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 = None 10config.test_exec_root = None 11