aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/scheduler/ut/ya.make
blob: b43dc6f2d5114a4783783faacc6c708f8f732e77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST()

PEERDIR(
    library/cpp/messagebus/scheduler
)

SRCS(
    ../scheduler_ut.cpp
)

END()