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

OWNER(vmordovin)

SRCS(
    bool_ut.cpp
)

END()