blob: c2078d41b5012a5caf7f4b56bd663db04dd97715 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
UNITTEST()
PEERDIR(
library/cpp/messagebus/actor
)
SRCS(
../actor_ut.cpp
../ring_buffer_ut.cpp
../tasks_ut.cpp
../what_thread_does_guard_ut.cpp
)
END()
|