diff options
Diffstat (limited to 'library/cpp/threading/atomic')
| -rw-r--r-- | library/cpp/threading/atomic/ut/ya.make | 7 | ||||
| -rw-r--r-- | library/cpp/threading/atomic/ya.make | 15 |
2 files changed, 22 insertions, 0 deletions
diff --git a/library/cpp/threading/atomic/ut/ya.make b/library/cpp/threading/atomic/ut/ya.make new file mode 100644 index 00000000000..fe2a5ac8f9a --- /dev/null +++ b/library/cpp/threading/atomic/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/threading/atomic) + +SRCS( + bool_ut.cpp +) + +END() diff --git a/library/cpp/threading/atomic/ya.make b/library/cpp/threading/atomic/ya.make new file mode 100644 index 00000000000..e4dd81d9d3d --- /dev/null +++ b/library/cpp/threading/atomic/ya.make @@ -0,0 +1,15 @@ +LIBRARY() + +SRCS( + bool.cpp +) + +PEERDIR( + library/cpp/deprecated/atomic +) + +END() + +RECURSE_FOR_TESTS( + ut +) |
