You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
292 B
6 lines
292 B
# 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"))
|