aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cpp_test/ya.make
blob: 6267cbf63037c4d25c2fb54fa98a63e4c0702a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PY3_LIBRARY()

PEERDIR(
    contrib/python/PyYAML
    library/python/resource
    library/python/testing/style
)

TEST_SRCS(
    conftest.py
    test_cpp.py
)

RESOURCE(
    devtools/ya/handlers/style/style_config /cpp_style/config
)

END()