aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ya.make
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-16 13:59:59 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-16 13:59:59 +0300
commit648fc9d7949c88a6ebaaf110289b8b4536bb9a16 (patch)
treec46c89a2e46516c986af3e4ecb44d927bbdfcbac /library/cpp/testing/unittest/ya.make
parent4568fe3f6ddb72499ef17f5e0a1e7e2475a9570b (diff)
downloadydb-648fc9d7949c88a6ebaaf110289b8b4536bb9a16.tar.gz
JUnitXML output for unittest
Diffstat (limited to 'library/cpp/testing/unittest/ya.make')
-rw-r--r--library/cpp/testing/unittest/ya.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make
index 74bc67e83fd..f9fa7a09b3d 100644
--- a/library/cpp/testing/unittest/ya.make
+++ b/library/cpp/testing/unittest/ya.make
@@ -3,6 +3,7 @@ LIBRARY()
PROVIDES(test_framework)
PEERDIR(
+ contrib/libs/libxml
library/cpp/colorizer
library/cpp/dbg_output
library/cpp/diff
@@ -14,6 +15,7 @@ PEERDIR(
SRCS(
gtest.cpp
checks.cpp
+ junit.cpp
plugin.cpp
registar.cpp
tests_data.cpp