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 61eae70 commit d53616aCopy full SHA for d53616a
library/cpp/yt/memory/unittests/CMakeLists.txt
@@ -38,18 +38,18 @@ add_ydb_test(NAME yt-memory-chunked_memory_pool_ut GTEST
38
LABELS
39
unit
40
)
41
-#[=[
42
-TODO: missing the library `library/cpp/int128`
+
43
add_ydb_test(NAME yt-memory-erased_storage_ut GTEST
44
SOURCES
45
erased_storage_ut.cpp
46
LINK_LIBRARIES
47
yt-memory
+ int128
48
GTest::gtest_main
49
50
51
52
-#]=]
53
add_ydb_test(NAME yt-memory-free_list_ut GTEST
54
55
free_list_ut.cpp
0 commit comments