<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 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"))
</pre></body></html>