blob: 8e0362d84b256f7f986cbeb7b9325af359a59578 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OWNER(velavokr)
UNITTEST_FOR(library/cpp/json)
PEERDIR(
library/cpp/string_utils/relaxed_escaper
)
SRCS(
json_reader_fast_ut.cpp
json_reader_ut.cpp
json_prettifier_ut.cpp
json_writer_ut.cpp
json_saveload_ut.cpp
)
END()
|