mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
243 B
INI
10 lines
243 B
INI
import sys
|
|
import platform
|
|
|
|
# Load the config at test/embedded/lit.local.cfg
|
|
lit_config.load_config(config,
|
|
os.path.join(
|
|
os.path.dirname(os.path.dirname(os.path.dirname(__file__))),
|
|
'test', 'embedded', 'lit.local.cfg'))
|
|
|