• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import lit
2
3preamble_commands = [
4    'echo "THIS WAS"',
5    'echo "INJECTED"'
6]
7
8config.name = 'shtest-inject'
9config.suffixes = ['.txt']
10config.test_format = lit.formats.ShTest(preamble_commands=preamble_commands)
11config.test_source_root = None
12config.test_exec_root = None
13