aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/base/ut/ya.make
blob: 7d6b2f354610e2b96599ef5a25676e032342b7e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
UNITTEST_FOR(ydb/core/base)

OWNER(fomichev g:kikimr)

FORK_SUBTESTS()
TIMEOUT(600)
SIZE(MEDIUM)

PEERDIR(
    library/cpp/getopt
    library/cpp/svnversion
)

SRCS(
    blobstorage_grouptype_ut.cpp
    localdb_ut.cpp
    logoblob_ut.cpp
    shared_data_ut.cpp
    statestorage_ut.cpp
    statestorage_guardian_impl_ut.cpp
)

END()