aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/tests/fuzz_ops/ya.make
blob: 025241ef205df0c36cefc2b9bea1a6acff4e6923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FUZZ()

OWNER(
    g:blender
    g:middle
    g:upper
    velavokr
)

SRCS(
    fuzz_ops.cpp
)

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

END()