xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-inject/lit.cfg (revision 3dc7039f244f5da7368b8ba2f0e419c7d851c851)
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