aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/prometheus/fuzz/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/monlib/encode/prometheus/fuzz/ya.make')
-rw-r--r--library/cpp/monlib/encode/prometheus/fuzz/ya.make14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/monlib/encode/prometheus/fuzz/ya.make b/library/cpp/monlib/encode/prometheus/fuzz/ya.make
new file mode 100644
index 0000000000..22c3ca5783
--- /dev/null
+++ b/library/cpp/monlib/encode/prometheus/fuzz/ya.make
@@ -0,0 +1,14 @@
+FUZZ()
+
+PEERDIR(
+ library/cpp/monlib/encode/prometheus
+ library/cpp/monlib/encode/fake
+)
+
+SIZE(MEDIUM)
+
+SRCS(
+ main.cpp
+)
+
+END()