aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yaml/as/ut/ya.make
blob: 1e04e4c7b2c6fc419a189f6869f30564a82af7ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UNITTEST() 
 
OWNER(g:crypta) 
 
SRCS( 
    tstring_test.cpp 
) 
 
PEERDIR( 
    contrib/libs/yaml-cpp 
    library/cpp/yaml/as 
) 
 
END()