aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util/ut/ya.make
blob: c4cabb9b03d4a97fd176e4b183fa9ff98944bcab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
UNITTEST_FOR(library/cpp/actors/util) 

IF (WITH_VALGRIND)
    TIMEOUT(600)
    SIZE(MEDIUM)
ENDIF()

OWNER(
    alexvru
    g:kikimr
)

SRCS(
    rope_ut.cpp
    unordered_cache_ut.cpp
)

END()