aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util/ut/ya.make
blob: bccb98d794b7fc5fd470e6755d3e20fb31833d2a (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()