Skip to content

Commit d742035

Browse files
committed
Add tests for util/memory into listfile (#159)
1 parent 3e9713a commit d742035

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

util/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ if (YDB_SDK_TESTS)
132132
)
133133
endif()
134134

135+
add_ydb_util_tests(FOLDER memory
136+
TESTS
137+
addstorage_ut
138+
blob_ut
139+
pool_ut
140+
smallobj_ut
141+
tempbuf_ut
142+
)
143+
135144
add_ydb_util_tests(FOLDER network
136145
TESTS
137146
address_ut

0 commit comments

Comments
 (0)