aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/test_tool/ya.make
blob: 44371a0ac758f506cc2e364c2d1e5da0d6ab7718 (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
RESOURCES_LIBRARY()
OWNER(
    g:yatest
    heretic
)

IF (TEST_TOOL_HOST_LOCAL)
    MESSAGE(WARNING Host test tool $TEST_TOOL_HOST_LOCAL will be used)
ENDIF()
IF (TEST_TOOL3_HOST_LOCAL)
    MESSAGE(WARNING Host test tool3 $TEST_TOOL3_HOST_LOCAL will be used)
ENDIF()
INCLUDE(host.ya.make.inc)
IF (TEST_TOOL_TARGET_LOCAL)
    MESSAGE(WARNING Target test tool $TEST_TOOL_TARGET_LOCAL will be used)
ENDIF()
IF (OS_IOS AND NOT BUILD_IOS_APP)
    DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_TARGET sbr:707351393)
    INCLUDE(${ARCADIA_ROOT}/build/platform/xcode/tools/ya.make.inc)
ENDIF()

END()