summaryrefslogtreecommitdiff
path: root/utils/lit/tests/Inputs/shtest-env/lit.cfg
blob: 1e2d050754a797e591844097036c6b8f8a85a0a6 (plain)
1
2
3
4
5
6
7
8
9
import lit.formats
config.name = 'shtest-env'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.environment['FOO'] = '1'
config.environment['BAR'] = '2'
config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))