mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
4981a6ca97
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188107 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
177 B
INI
7 lines
177 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
|