aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme/tests/fuzz_json/ya.make
blob: 38a1bac3d2c8e422b5b525e59d8e8025c6af31df (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()