aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/fuzz/ya.make
blob: 2057830af1cf4e53b440478c620d5fad0c41485e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FUZZ()
 
OWNER(
    pg
    g:util
)
 
PEERDIR( 
    library/cpp/http/io
) 
 
SIZE(MEDIUM)

SRCS( 
    main.cpp 
) 
 
END()