xref: /aosp_15_r20/external/llvm/utils/lit/tests/Inputs/exec-discovery/lit.site.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# Load the discovery suite, but with a separate exec root.
2import os
3config.test_exec_root = os.path.dirname(__file__)
4config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
5lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
6