aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/ut_utils/ya.make
blob: cfa7387a94bdcb845fd6d72903a193b90182e86e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY() 
 
OWNER(velavokr) 
 
SRCS( 
    scheme_ut_utils.cpp 
) 
 
PEERDIR( 
    library/cpp/colorizer
    library/cpp/json
    library/cpp/scheme
    library/cpp/testing/unittest
) 
 
END()