aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/prometheus/fuzz/ya.make
blob: 0fc38457189378d48e34c95d2adf1be4ac8eee8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FUZZ() 
 
OWNER(g:solomon jamel) 
 
PEERDIR( 
    library/cpp/monlib/encode/prometheus 
    library/cpp/monlib/encode/fake 
) 
 
SIZE(MEDIUM) 
 
SRCS( 
    main.cpp 
) 
 
END()