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/python/func/ut/ya.make | 9 +++++++++ library/python/func/ya.make | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 library/python/func/ut/ya.make create mode 100644 library/python/func/ya.make (limited to 'library/python/func') diff --git a/library/python/func/ut/ya.make b/library/python/func/ut/ya.make new file mode 100644 index 00000000000..4e8f326de7a --- /dev/null +++ b/library/python/func/ut/ya.make @@ -0,0 +1,9 @@ +PY23_TEST() + +TEST_SRCS(test_func.py) + +PEERDIR( + library/python/func +) + +END() diff --git a/library/python/func/ya.make b/library/python/func/ya.make new file mode 100644 index 00000000000..47ab634913c --- /dev/null +++ b/library/python/func/ya.make @@ -0,0 +1,9 @@ +PY23_LIBRARY() + +PY_SRCS(__init__.py) + +END() + +RECURSE_FOR_TESTS( + ut +) -- cgit v1.3