aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/dnsresolver/ut/ya.make
blob: ad936bdacd632c1c558c599f23262961e549c373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UNITTEST_FOR(library/cpp/actors/dnsresolver)

OWNER(g:kikimr)

PEERDIR(
    library/cpp/actors/testlib
)

SRCS(
    dnsresolver_caching_ut.cpp
    dnsresolver_ondemand_ut.cpp
    dnsresolver_ut.cpp
)

ADDINCL(contrib/libs/c-ares)

TAG(ya:external)
REQUIREMENTS(network:full)

END()