aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/poor_man_openmp/ut/ya.make
blob: 570b8788f06fcdcfd3323a6fbad4cc934d096bde (plain) (blame)
1
2
3
4
5
6
7
UNITTEST_FOR(library/cpp/threading/poor_man_openmp)

SRCS(
    thread_helper_ut.cpp
)

END()