aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/ut_utils/ya.make
blob: abb5dad24b358d5b16bf189eb998d0182048d187 (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()