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


SRCS(
    escape_ut.cpp
)

PEERDIR(
    library/cpp/html/escape
)

END()