aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/io/fuzz/ya.make
blob: 8cb1fe288d6e267a94270238010b47fef08e6ae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
FUZZ()

PEERDIR(
    library/cpp/http/io
)

SIZE(MEDIUM)

SRCS(
    main.cpp
)

END()