16 lines · python
1# -*- Python -*-2 3import os4 5import lit.formats6from lit.llvm import llvm_config7 8# This is the top level configuration. Most of these configuration options will9# be overriden by individual lit configuration files in the test10# subdirectories. Anything configured here will *not* be loaded when pointing11# 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