blob: 342b2fdd3c896e71434fe153030a0ab1bf003657 [file] [log] [blame]
Daniel Dunbar175aed52013-04-12 19:09:09 +00001# Verify that the site configuration was loaded.
2if config.test_source_root is None or config.test_exec_root is None:
3 lit.fatal("No site specific configuration")
4
5config.name = 'exec-discovery-in-tree-suite'
6config.suffixes = ['.txt']
7config.test_format = lit.formats.ShTest()