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

OWNER(stanly)

SRCS(
    escape_ut.cpp
)

PEERDIR(
    library/cpp/html/escape
)

END()