blob: 96029ca07503aa75439befd221412e2ad629baa9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY3TEST()
TEST_SRCS(
test.py
)
# To use docker-compose.yml from another directory, set DOCKER_COMPOSE_FILE variable with Arcadia relative path to the file
# and do not forget to add the directory to the DATA macro, e.g.:
# SET(DOCKER_COMPOSE_FILE library/recipes/docker_compose/test/docker-compose-1.yml)
# DATA(arcadia/library/recipes/docker_compose/test)
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
TAG(
ya:external
ya:force_sandbox
)
END()
|