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

SRCS(
    escape_ut.cpp
)

PEERDIR(
    library/cpp/html/escape
)

END()