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

OWNER(velavokr)

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

SRCS(
    vm_parse_ut.cpp
)

END()