aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/ut/ya.make
blob: 849024664549474a688a338b09d560bcd778c9cd (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()