aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/tests/ut/ya.make
blob: 9f5479141468b237e534aafc9c50e92e4d3cc5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
UNITTEST()

OWNER(velavokr)

PEERDIR(
    library/cpp/protobuf/util
    library/cpp/scheme/tests/fuzz_ops/lib
    library/cpp/scheme/ut_utils
    library/cpp/string_utils/quote
    library/cpp/testing/unittest
)

SRCS(
    fuzz_ops_found_bugs_ut.cpp
    scheme_cast_ut.cpp
    scheme_json_ut.cpp
    scheme_merge_ut.cpp
    scheme_path_ut.cpp
    scheme_proto_ut.cpp
    scheme_ut.cpp
    scheme_ut.proto
)

END()