Daniel Dunbar | 175aed5 | 2013-04-12 19:09:09 +0000 | [diff] [blame] | 1 | # Verify that the site configuration was loaded. |
2 | if config.test_source_root is None or config.test_exec_root is None: | ||||
3 | lit.fatal("No site specific configuration") | ||||
4 | |||||
5 | config.name = 'exec-discovery-in-tree-suite' | ||||
6 | config.suffixes = ['.txt'] | ||||
7 | config.test_format = lit.formats.ShTest() |