1config.name = 'top-level-suite' 2config.suffixes = ['.txt'] 3config.test_format = lit.formats.ShTest() 4 5# We intentionally don't set the source root or exec root directories here, 6# because this suite gets reused for testing the exec root behavior (in 7# ../exec-discovery). 8# 9#config.test_source_root = None 10#config.test_exec_root = None 11