xref: /aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/lit.local.cfg (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# The tests in this directory need to run Python
2import pipes, sys
3
4config.substitutions.append(("%{python}", pipes.quote(sys.executable)))
5