64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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))
|