xref: /llvm-project/lldb/test/lit.cfg.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
187aa9c9eSJonas Devlieghere# -*- Python -*-
287aa9c9eSJonas Devlieghere
387aa9c9eSJonas Devlieghereimport os
487aa9c9eSJonas Devlieghere
587aa9c9eSJonas Devlieghereimport lit.formats
687aa9c9eSJonas Devliegherefrom lit.llvm import llvm_config
787aa9c9eSJonas Devlieghere
887aa9c9eSJonas Devlieghere# This is the top level configuration. Most of these configuration options will
987aa9c9eSJonas Devlieghere# be overriden by individual lit configuration files in the test
107cc1fac8SJonas Devlieghere# subdirectories. Anything configured here will *not* be loaded when pointing
117cc1fac8SJonas Devlieghere# lit at on of the subdirectories.
1287aa9c9eSJonas Devlieghere
13*2238dcc3SJonas Devlieghereconfig.name = "lldb"
1487aa9c9eSJonas Devlieghereconfig.test_source_root = os.path.dirname(__file__)
15*2238dcc3SJonas Devlieghereconfig.test_exec_root = os.path.join(config.lldb_obj_root, "test")
16