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

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

SIZE(MEDIUM)

SRCS(
    fuzz_json.cpp
)

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

END()