aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/test_tablet/ya.make
blob: 1310b8d9d5454f80b9ca14a320e0219810196c6d (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
24
25
26
27
28
29
30
31
32
33
34
LIBRARY()

OWNER(alexvru)

SRCS(
    defs.h
    events.h
    load_actor_impl.cpp
    load_actor_impl.h
    load_actor_delete.cpp
    load_actor_mon.cpp
    load_actor_read_validate.cpp
    load_actor_state.cpp
    load_actor_write.cpp
    scheme.h
    state_server_interface.cpp
    state_server_interface.h
    test_shard_impl.h
    test_shard_mon.cpp
    test_tablet.cpp
    test_tablet.h
    tx_init_scheme.cpp
    tx_initialize.cpp
    tx_load_everything.cpp
)

PEERDIR(
    library/cpp/digest/md5
    ydb/core/keyvalue
    ydb/core/protos
    ydb/core/util
)

END()