Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / shtest-inject / lit.cfg
blob6454e22ce2145f7cfe553df69c5d3dfffee20c73
1 import lit
3 # Check multiple commands, and check newlines.
4 preamble_commands = ['echo "THIS WAS"', 'echo\n"INJECTED"']
6 config.name = "shtest-inject"
7 config.suffixes = [".txt"]
8 config.test_format = lit.formats.ShTest(preamble_commands=preamble_commands)
9 config.test_source_root = None
10 config.test_exec_root = None