blob: 9fbc921298754366364736426b6155c4ba8b5000 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PY3_LIBRARY()
PEERDIR(
build/config/tests/cpp_style
contrib/python/PyYAML
library/python/resource
library/python/testing/style
)
TEST_SRCS(
conftest.py
test_cpp.py
)
END()
|