aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/ut/ya.make
blob: df0c94421921284ad6466daffce9134bee9356b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
UNITTEST()
 
OWNER(
    and42
    pg
)

PEERDIR( 
    library/cpp/dns
) 
 
SRCS( 
    dns_ut.cpp 
) 
 
END()