Home | History | Annotate | Download | only in test
      1 # -*- Python -*-
      2 
      3 # Preserve some key paths for use by main LLVM test suite config.
      4 config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
      5 
      6 # Let the main config do the real work.
      7 lit.load_config(config, os.path.join(config.llvm_obj_root, 'test/lit.cfg'))
      8