blob: 9ac85047517e8555f245179575618b9aa7c2c4c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
UNITTEST_FOR(library/cpp/actors/util)
IF (WITH_VALGRIND)
TIMEOUT(600)
SIZE(MEDIUM)
ENDIF()
SRCS(
cpu_load_log_ut.cpp
memory_tracker_ut.cpp
thread_load_log_ut.cpp
rope_ut.cpp
rc_buf_ut.cpp
shared_data_ut.cpp
shared_data_rope_backend_ut.cpp
shared_data_native_rope_backend_ut.cpp
unordered_cache_ut.cpp
)
END()
|