blob: 89f6b21a97e4fabe76ab217818cc02dd29c5bb64 (
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)
SET(DOCKER_TEST_HOST test)
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
TAG(
ya:external
ya:force_sandbox
ya:dirty
)
END()
|