Revision d9b2fe601b793741633d77606c4618e63612fbb2 authored by Chris Lattner on 10 January 2016, 04:17:56 UTC, committed by Chris Lattner on 10 January 2016, 04:17:56 UTC
1 parent 0fbbf59
Raw File
lit.cfg
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__)

back to top