aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/monlib/encode/json/ut
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/monlib/encode/json/ut')
-rw-r--r--library/cpp/monlib/encode/json/ut/ya.make41
1 files changed, 0 insertions, 41 deletions
diff --git a/library/cpp/monlib/encode/json/ut/ya.make b/library/cpp/monlib/encode/json/ut/ya.make
deleted file mode 100644
index 9be38d2fd4..0000000000
--- a/library/cpp/monlib/encode/json/ut/ya.make
+++ /dev/null
@@ -1,41 +0,0 @@
-UNITTEST_FOR(library/cpp/monlib/encode/json)
-
-SRCS(
- json_decoder_ut.cpp
- json_ut.cpp
-)
-
-RESOURCE(
- buffered_test.json /buffered_test.json
- buffered_ts_merge.json /buffered_ts_merge.json
- empty_series.json /empty_series.json
- expected.json /expected.json
- expected_buffered.json /expected_buffered.json
- expected_cloud.json /expected_cloud.json
- expected_cloud_buffered.json /expected_cloud_buffered.json
- merged.json /merged.json
- histogram_timeseries.json /histogram_timeseries.json
- histogram_value.json /histogram_value.json
- histogram_value_inf_before_bounds.json /histogram_value_inf_before_bounds.json
- int_gauge.json /int_gauge.json
- sensors.json /sensors.json
- metrics.json /metrics.json
- named_metrics.json /named_metrics.json
- test_decode_to_encode.json /test_decode_to_encode.json
- crash.json /crash.json
- hist_crash.json /hist_crash.json
- summary_value.json /summary_value.json
- summary_inf.json /summary_inf.json
- summary_timeseries.json /summary_timeseries.json
- log_histogram_value.json /log_histogram_value.json
- log_histogram_timeseries.json /log_histogram_timeseries.json
-)
-
-PEERDIR(
- library/cpp/json
- library/cpp/monlib/consumers
- library/cpp/monlib/encode/protobuf
- library/cpp/resource
-)
-
-END()