mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
6 lines
285 B
INI
6 lines
285 B
INI
|
# 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"))
|