2013-08-10 05:39:17 +08:00
|
|
|
import lit.formats
|
2013-01-31 08:21:51 +08:00
|
|
|
config.name = 'top-level-suite'
|
|
|
|
config.suffixes = ['.txt']
|
|
|
|
config.test_format = lit.formats.ShTest()
|
2013-04-13 03:08:57 +08:00
|
|
|
|
|
|
|
# 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
|
2013-09-04 07:32:55 +08:00
|
|
|
|
|
|
|
# Check that arbitrary config values are copied (tested by subdir/lit.local.cfg).
|
|
|
|
config.an_extra_variable = False
|