summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg
blob: 761dc6748855839b0791e1e57c887087382d9c5e (plain)
1
2
3
4
5
6
7
import lit.formats
config.name = 'shtest-shell'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.substitutions.append(('%{python}', sys.executable))
OpenPOWER on IntegriCloud