blob: b89e35b434da83b4a411e623f738e360dfb0e828 [file] [log] [blame]
# Load the same local configuration as the corresponding one in libcxx/test/std
import os
inLibcxx = os.path.join('libcxx', 'test', 'libcxx')
inStd = os.path.join('libcxx', 'test', 'std')
localConfig = os.path.normpath(os.path.realpath(__file__)).replace(inLibcxx, inStd)
config.load_from_path(localConfig, lit_config)