aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/fuzz/vector/ya.make
blob: 9c3ee10b1d34a03cb275c01854c7b0ccc3b5bf57 (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()