blob: 80c5f88c2ebd85cdfc53c99261072f9f26c9b7c1 [file] [log] [blame]
import lit.formats
config.name = 'does-not-substitute-no-limit'
config.suffixes = ['.py']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.substitutions = [("%rec1", "STOP"), ("%rec2", "%rec1"),
("%rec3", "%rec2"), ("%rec4", "%rec3"),
("%rec5", "%rec4")]