aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/tests/Inputs/exec-discovery/lit.site.cfg
blob: 796569a301b88f717d47b88f73480e67c6fa383a (plain)
1
2
3
4
5
# 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.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))