aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/fuzz/ya.make
blob: e480f7f2ef2b7aa67478871d1934b4b3e693d15b (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()