aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/lit.cfg.py
blob: eefc32aabd16d3f4977e42ca2a36db4b9ed0fade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Python -*-

import os

import lit.formats
from lit.llvm import llvm_config

# This is the top level configuration. Most of these configuration options will
# be overriden by individual lit configuration files in the test
# subdirectories. Anything configured here will *not* be loaded when pointing
# lit at on of the subdirectories.

config.name = "lldb"
config.test_source_root = os.path.dirname(__file__)
config.test_exec_root = os.path.join(config.lldb_obj_root, "test")