blob: c15b87945f4f586e9b1fc8bba5e2c495672835e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PY3_PROGRAM()
PEERDIR(
library/python/testing/recipe
library/python/testing/yatest_common
library/recipes/docker_compose/lib
)
PY_SRCS(
__main__.py
)
END()
IF (NOT OPENSOURCE OR OPENSOURCE_PROJECT == "ya" OR AUTOCHECK)
# Don't export tests and examples to customers
RECURSE_FOR_TESTS(
example
example_network_go
example_test_container
example_test_container_go
example_with_context
test
)
ENDIF()
|