aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests/Inputs/shtest-env-negative/lit.cfg
blob: 626c00f71d72876ac4e44fc9ef29b316faa27e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.environment["QUX"] = "3"
config.substitutions.append(("%{python}", '"%s"' % (sys.executable)))