aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/tests/fuzz_ops/ut/ya.make
blob: 042a103867940dc946d51e976d2979e6e2d1c7b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

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

SRCS(
    vm_parse_ut.cpp
)

END()