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

PEERDIR(
    library/cpp/actors/testlib
)

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

ADDINCL(contrib/libs/c-ares/include)

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

END()