aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/fuzz/vector/ya.make
blob: 6b41dd8a0b2116b00451a514d16e98966014b00c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
FUZZ()

OWNER( 
    pg 
    g:util 
) 
SUBSCRIBER(g:util-subscribers)

SRCS(
    main.cpp
)

END()