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