aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/ut/ya.make
blob: 26680eee5e6d0b980c323c7268fc61962945fc14 (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()