aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/ut/ya.make
blob: 2983c4f466963131f357d6f525b4d823372a180e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OWNER(
    g:matrixnet
    gulin 
) 

UNITTEST_FOR(library/cpp/threading/local_executor)
 
SRCS(
    local_executor_ut.cpp
)

END()