aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/common/udf_test/ya.make
diff options
context:
space:
mode:
authorudovichenko-r <udovichenko-r@yandex-team.com>2024-11-18 18:55:10 +0300
committerudovichenko-r <udovichenko-r@yandex-team.com>2024-11-18 19:27:57 +0300
commit9034652d9fcda22d641b8b030a757a3942112f5f (patch)
treecf418ec574ac74e6a3eef6459eeffd35da75aeff /yql/essentials/tests/common/udf_test/ya.make
parent898c44637b5a3602cc610a0352889be7b897a6a6 (diff)
downloadydb-9034652d9fcda22d641b8b030a757a3942112f5f.tar.gz
YQL-19206 Move contrib/ydb/library/yql/tests/common -> yql/essentials/tests/common
commit_hash:b0bab3353351a5c79f0a64237b103ddba0004fd7
Diffstat (limited to 'yql/essentials/tests/common/udf_test/ya.make')
-rw-r--r--yql/essentials/tests/common/udf_test/ya.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/yql/essentials/tests/common/udf_test/ya.make b/yql/essentials/tests/common/udf_test/ya.make
new file mode 100644
index 0000000000..37570be0ab
--- /dev/null
+++ b/yql/essentials/tests/common/udf_test/ya.make
@@ -0,0 +1,9 @@
+PY23_LIBRARY()
+
+TEST_SRCS(test.py)
+
+PEERDIR(
+ yql/essentials/tests/common/test_framework
+)
+
+END()