aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/ut/ya.make
blob: 1382bbe431d43ec5409cca4a4572bfa109540c6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST()

PEERDIR(
    library/cpp/dns
)

SRCS(
    dns_ut.cpp
)

END()