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


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

SRCS(
    vm_parse_ut.cpp
)

END()