Home | History | Annotate | Download | only in exec-discovery-in-tree
      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()
      8