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