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