aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/ut/ya.make
diff options
context:
space:
mode:
authord-dima <d-dima@yandex-team.com>2024-08-05 13:19:22 +0300
committerd-dima <d-dima@yandex-team.com>2024-08-05 13:29:58 +0300
commitacf04c75cb52f804ce76b16c356611268be3daf3 (patch)
tree73df11988fb2ba789ad9f71bd26ff3da92ca3e1e /library/cpp/json/ut/ya.make
parent8ead472243985333d15c527eb0d998468dc716e1 (diff)
downloadydb-acf04c75cb52f804ce76b16c356611268be3daf3.tar.gz
Allow to read Nan/Inf values from JSON
Allow to read Nan/Inf values from JSON 9fbb79a21d81cf178abc89cd11d7ac75a9a4aaed
Diffstat (limited to 'library/cpp/json/ut/ya.make')
-rw-r--r--library/cpp/json/ut/ya.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/json/ut/ya.make b/library/cpp/json/ut/ya.make
index 2ed6ccb9f0..89363ddd6a 100644
--- a/library/cpp/json/ut/ya.make
+++ b/library/cpp/json/ut/ya.make
@@ -8,6 +8,7 @@ PEERDIR(
SRCS(
json_reader_fast_ut.cpp
json_reader_ut.cpp
+ json_reader_nan_ut.cpp
json_prettifier_ut.cpp
json_writer_ut.cpp
json_saveload_ut.cpp