blob: 50d07566e1ccdd574156e77e91c5bd2807e64e2e [file] [log] [blame]
import lit.formats
config.name = 'shtest-shell'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = os.path.dirname(__file__) + '/../shtest-shell'
config.test_exec_root = None