1# Load the same local configuration as the corresponding one in libcxx/test/std 2import os 3inLibcxx = os.path.join('libcxx', 'test', 'libcxx') 4inStd = os.path.join('libcxx', 'test', 'std') 5localConfig = os.path.normpath(os.path.realpath(__file__)).replace(inLibcxx, inStd) 6config.load_from_path(localConfig, lit_config) 7