aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/base/ut/ya.make
blob: 058d0836e3a3ff47d6fc1e6f867685da476fa4e9 (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()