We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7826b0d commit 8edc7dfCopy full SHA for 8edc7df
library/cpp/yt/CMakeLists.txt
@@ -5,6 +5,7 @@ if (YDB_SDK_TESTS)
5
add_subdirectory(misc/unittests)
6
add_subdirectory(small_containers/unittests)
7
add_subdirectory(string/unittests)
8
+ add_subdirectory(yson_string/unittests)
9
endif()
10
11
_ydb_sdk_add_library(yt-assert)
library/cpp/yt/yson_string/unittests/CMakeLists.txt
@@ -0,0 +1,21 @@
1
+#[=[
2
+TODO: missing `library/cpp/testing/gtest_extensions`
3
+add_ydb_test(NAME yt-yson_string-convert_ut GTEST
4
+ SOURCES
+ convert_ut.cpp
+ LINK_LIBRARIES
+ yt-yson_string
+ GTest::gtest_main
+ LABELS
+ unit
+)
12
+#]=]
13
+add_ydb_test(NAME yt-yson_string-saveload_ut GTEST
14
15
+ saveload_ut.cpp
16
17
18
19
20
21
0 commit comments