aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
diff options
context:
space:
mode:
authorgalaxycrab <UgnineSirdis@ydb.tech>2023-11-27 16:33:16 +0300
committergalaxycrab <UgnineSirdis@ydb.tech>2023-11-27 17:27:37 +0300
commitfab1896e3382b8a943398e3ef93fc03ef3d98613 (patch)
tree474fe934a510966762beafae65122ac2346279db /library/cpp/testing/unittest/ya.make
parent3536f8d1eba936f9bdd52a24cc3703e893c3c8da (diff)
downloadydb-fab1896e3382b8a943398e3ef93fc03ef3d98613.tar.gz
KIKIMR-19979 Remove dependency on libxml of library/cpp/testing/unittest
Diffstat (limited to 'library/cpp/testing/unittest/ya.make')
-rw-r--r--library/cpp/testing/unittest/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make
index f9fa7a09b3..67a3c2d85c 100644
--- a/library/cpp/testing/unittest/ya.make
+++ b/library/cpp/testing/unittest/ya.make
@@ -3,10 +3,10 @@ LIBRARY()
PROVIDES(test_framework)
PEERDIR(
- contrib/libs/libxml
library/cpp/colorizer
library/cpp/dbg_output
library/cpp/diff
+ library/cpp/json
library/cpp/json/writer
library/cpp/testing/common
library/cpp/testing/hook