brintos

brintos / llvm-project-archived public Read only

0
0
Text · 299 B · 5536fe7 Raw
9 lines · python
1# Load the discovery suite, but with a separate exec root.2import os3 4config.test_exec_root = os.path.dirname(__file__)5config.test_source_root = os.path.join(6    os.path.dirname(config.test_exec_root), "discovery"7)8lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))9