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