e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
10 lines
298 B
INI
10 lines
298 B
INI
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}', sys.executable))
|