From bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Tue, 13 Jun 2023 11:05:01 +0300 Subject: add ymake export to ydb --- library/cpp/cache/ut/ya.make | 11 +++++++++++ library/cpp/cache/ya.make | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 library/cpp/cache/ut/ya.make create mode 100644 library/cpp/cache/ya.make (limited to 'library/cpp/cache') diff --git a/library/cpp/cache/ut/ya.make b/library/cpp/cache/ut/ya.make new file mode 100644 index 00000000000..32fb8fd1531 --- /dev/null +++ b/library/cpp/cache/ut/ya.make @@ -0,0 +1,11 @@ +UNITTEST() + +PEERDIR( + library/cpp/cache +) + +SRCS( + cache_ut.cpp +) + +END() diff --git a/library/cpp/cache/ya.make b/library/cpp/cache/ya.make new file mode 100644 index 00000000000..27f94e52a60 --- /dev/null +++ b/library/cpp/cache/ya.make @@ -0,0 +1,12 @@ +LIBRARY() + +SRCS( + cache.cpp + thread_safe_cache.cpp +) + +END() + +RECURSE_FOR_TESTS( + ut +) -- cgit v1.3