[lit] Update lit's own tests to use lit_config and lit package, as appropriate.
[oota-llvm.git] / utils / lit / tests / Inputs / exec-discovery-in-tree / lit.cfg
1 import lit.formats
2
3 # Verify that the site configuration was loaded.
4 if config.test_source_root is None or config.test_exec_root is None:
5     lit_config.fatal("No site specific configuration")
6
7 config.name = 'exec-discovery-in-tree-suite'
8 config.suffixes = ['.txt']
9 config.test_format = lit.formats.ShTest()