summaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/atomic
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/deprecated/atomic')
-rw-r--r--library/cpp/deprecated/atomic/ut/ya.make5
-rw-r--r--library/cpp/deprecated/atomic/ya.make5
2 files changed, 10 insertions, 0 deletions
diff --git a/library/cpp/deprecated/atomic/ut/ya.make b/library/cpp/deprecated/atomic/ut/ya.make
new file mode 100644
index 00000000000..e21fd089904
--- /dev/null
+++ b/library/cpp/deprecated/atomic/ut/ya.make
@@ -0,0 +1,5 @@
+UNITTEST_FOR(library/cpp/deprecated/atomic)
+
+SRCS(atomic_ut.cpp)
+
+END()
diff --git a/library/cpp/deprecated/atomic/ya.make b/library/cpp/deprecated/atomic/ya.make
new file mode 100644
index 00000000000..af1c3c5ac0d
--- /dev/null
+++ b/library/cpp/deprecated/atomic/ya.make
@@ -0,0 +1,5 @@
+LIBRARY()
+
+END()
+
+RECURSE_FOR_TESTS(ut)