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