aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/perftest/ya.make
blob: f80ddf2c05c3c830db61e796b501c4774517af67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROGRAM(messagebus_rain_check_perftest) 
 
OWNER(g:messagebus)
 
PEERDIR( 
    library/cpp/messagebus/rain_check/core
    library/cpp/messagebus/rain_check/test/helper
) 
 
SRCS( 
    perftest.cpp 
) 
 
END()