Sign in
llvm
/
llvm-project
/
libcxx
/
ca7cdd36b9d24e2dcd3fb159705b9fcc702448d2
/
.
/
test
/
libcxx
/
input.output
/
stream.buffers
/
lit.local.cfg
blob: 1fc6b794160357af4a6e03bb667f658a104617f2 [
file
] [
log
] [
blame
]
# Load the same local configuration as the corresponding one in libcxx/test/std
import
os
localConfig
=
os
.
path
.
realpath
(
__file__
).
replace
(
'/test/libcxx/'
,
'/test/std/'
)
config
.
load_from_path
(
localConfig
,
lit_config
)