Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / exec-discovery-in-tree / lit.cfg
blob5421c53f73c5f6ad4ce3e89b1e411b053eb6bf04
1 import lit.formats
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")
7 config.name = "exec-discovery-in-tree-suite"
8 config.suffixes = [".txt"]
9 config.test_format = lit.formats.ShTest()