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