• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- Python -*-
2
3import os
4
5import lit.formats
6from lit.llvm import llvm_config
7
8# This is the top level configuration. Most of these configuration options will
9# be overriden by individual lit configuration files in the test
10# subdirectories. Anything configured here will *not* be loaded when pointing
11# lit at on of the subdirectories.
12
13config.name = 'lldb'
14config.test_source_root = os.path.dirname(__file__)
15config.test_exec_root = os.path.join(config.lldb_obj_root, 'test')
16