aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cgiparam/fuzz/ya.make
blob: 22ca30879adc706861b17c9337d1ed2d7f057eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FUZZ()

OWNER(
    pg
    g:util
)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/cgiparam 
)

END()