blob: c325e2ad5fc9d8b4d0490f65264c853a61552bec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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/12
devtools/ya/handlers/style/style_config_14 /cpp_style/config/14
)
END()
|