bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/py-config-discovery/lit.site.cfg.py

9 lines
299 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
# Load the discovery suite, but with a separate exec root.
import os
config.test_exec_root = os.path.dirname(__file__)
config.test_source_root = os.path.join(
os.path.dirname(config.test_exec_root), "discovery"
)
lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))