xref: /llvm-project/libcxx/test/libcxx/input.output/iostream.objects/lit.local.cfg (revision 7bfaa0f09d0564f315ea778023b34b8a113ec740)
1# Load the same local configuration as the corresponding one in libcxx/test/std
2import os
3
4inLibcxx = os.path.join("libcxx", "test", "libcxx")
5inStd = os.path.join("libcxx", "test", "std")
6localConfig = os.path.normpath(os.path.realpath(__file__)).replace(inLibcxx, inStd)
7config.load_from_path(localConfig, lit_config)
8