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

PEERDIR(
    ADDINCL library/cpp/tld
)

SRCDIR(library/cpp/tld)

SRCS(
    tld_ut.cpp
)

END()