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

FORK_SUBTESTS()
SIZE(SMALL)


PEERDIR(
    library/cpp/actors/core
)

SRCS(
    decorator_ut.cpp
)

END()