aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/poor_man_openmp/ut/ya.make
blob: 6d7aa123edcf6501a56ae121c6ebc2549797450a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/threading/poor_man_openmp)

OWNER(
    pg
    agorodilov
)

SRCS(
    thread_helper_ut.cpp
)

END()