aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/scheme/tests/fuzz_ops/ut/ya.make
blob: 5c933518ea8edb0f188b488751aee877b6d033b2 (plain) (tree)
1
2
3
4
5
6
7
8




                                
                                         





                   
UNITTEST()

OWNER(velavokr)

PEERDIR(
    library/cpp/testing/unittest
    library/cpp/scheme
    library/cpp/scheme/tests/fuzz_ops/lib
)

SRCS(
    vm_parse_ut.cpp
)

END()