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