blob: 008bf2beed755c434372c13f75e6774639635b23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PY2TEST()
TEST_SRCS(
test_docker_context.py
)
PEERDIR(
contrib/python/PyYAML
library/recipes/docker_compose/lib
)
DEPENDS(
devtools/dummy_arcadia/hello_world
)
END()
|