blob: 23ef60a4b21e96e6fe49b3ce0c742cd25bf69088 [file] [log] [blame]
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))