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

OWNER(abolkhovityanov)

PEERDIR(
    ADDINCL library/cpp/tld
)

SRCDIR(library/cpp/tld)

SRCS(
    tld_ut.cpp
)

END()