aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/test/subinterpreter/ya.make
blob: 78cc82304c85a277ec3aa15facb0c41f82dcd81e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
GTEST()

USE_PYTHON3()

SRCS(
    py3_subinterpreters.cpp
    stdout_interceptor.cpp
)

END()