aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/docker_compose/example_test_container_go/ya.make
blob: dd312910092e3f575a7fe4f54901878622528cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GO_TEST()

GO_TEST_SRCS(go_test.go)

# 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()