aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/atomic/ut/ya.make
blob: 2cdf002704ce496d0af4d41446d60d1f8759b593 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/threading/atomic)
 
OWNER(vmordovin) 
 
SRCS( 
    bool_ut.cpp 
) 
 
END()