mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
4981a6ca97
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188107 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
292 B
INI
6 lines
292 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_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|