From 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 Mon Sep 17 00:00:00 2001 From: alexv-smirnov Date: Wed, 15 Mar 2023 19:59:12 +0300 Subject: add library/cpp/actors, ymake build to ydb oss export --- library/cpp/dns/ut/ya.make | 11 +++++++++++ library/cpp/dns/ya.make | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 library/cpp/dns/ut/ya.make create mode 100644 library/cpp/dns/ya.make (limited to 'library/cpp/dns') diff --git a/library/cpp/dns/ut/ya.make b/library/cpp/dns/ut/ya.make new file mode 100644 index 00000000000..1382bbe431d --- /dev/null +++ b/library/cpp/dns/ut/ya.make @@ -0,0 +1,11 @@ +UNITTEST() + +PEERDIR( + library/cpp/dns +) + +SRCS( + dns_ut.cpp +) + +END() diff --git a/library/cpp/dns/ya.make b/library/cpp/dns/ya.make new file mode 100644 index 00000000000..eea4122e5d6 --- /dev/null +++ b/library/cpp/dns/ya.make @@ -0,0 +1,13 @@ +LIBRARY() + +SRCS( + cache.cpp + thread.cpp + magic.cpp +) + +END() + +RECURSE_FOR_TESTS( + ut +) -- cgit v1.3