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