mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
1e29ce20b1
llvm-svn: 309434
8 lines
236 B
INI
8 lines
236 B
INI
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))
|