Files
swift-mirror/validation-test/lit.cfg
2014-07-26 00:34:01 +00:00

11 lines
293 B
INI

import sys
import platform
# Let the main config do the real work.
lit_config.load_config(config,
os.path.join(os.path.dirname(os.path.dirname(__file__)), 'test', 'lit.cfg'))
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)