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