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