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