aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/dnsresolver/ut/ya.make
blob: 2af5f5f260d77017cba9a3fa4838834036c8ac2d (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()