aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/html/escape/ut/ya.make
blob: c854d6d1cea99816119c6554668c84fafba07404 (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()