[NFC][Py Reformat] Reformat python files in libcxx/libcxxabi
[llvm-project.git] / libcxx / test / libcxx / localization / lit.local.cfg
blob495f1cc637a487b6eba58b0804d858f576917da9
1 # Load the same local configuration as the corresponding one in libcxx/test/std
2 import os
4 inLibcxx = os.path.join("libcxx", "test", "libcxx")
5 inStd = os.path.join("libcxx", "test", "std")
6 localConfig = os.path.normpath(os.path.realpath(__file__)).replace(inLibcxx, inStd)
7 config.load_from_path(localConfig, lit_config)