mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
f2c2b20090
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179401 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
336 B
INI
11 lines
336 B
INI
config.name = 'top-level-suite'
|
|
config.suffixes = ['.txt']
|
|
config.test_format = lit.formats.ShTest()
|
|
|
|
# We intentionally don't set the source root or exec root directories here,
|
|
# because this suite gets reused for testing the exec root behavior (in
|
|
# ../exec-discovery).
|
|
#
|
|
#config.test_source_root = None
|
|
#config.test_exec_root = None
|