aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.com>2023-09-05 08:05:06 +0300
committerspreis <spreis@yandex-team.com>2023-09-05 08:24:59 +0300
commit2c956a5170d0f561fde5543d93f489f21883e6e7 (patch)
tree39bc8c7399d233ef44e0803b409750921817a8cd
parent31ff83e9e7ed523bffca0feac1ff96d0d4d924e4 (diff)
downloadydb-2c956a5170d0f561fde5543d93f489f21883e6e7.tar.gz
Support canonization in YQL_UDF_TEST
-rw-r--r--build/conf/project_specific/yql_udf.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf
index 5e5ad8b198..6796dde561 100644
--- a/build/conf/project_specific/yql_udf.conf
+++ b/build/conf/project_specific/yql_udf.conf
@@ -34,6 +34,8 @@ macro UDF_NO_PROBE() {
### Documentation: https://yql.yandex-team.ru/docs/yt/libraries/testing/
### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/
module YQL_UDF_TEST: PY3TEST_BIN {
+ SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS canondata/result.json)
+
PEERDIR(ydb/library/yql/tests/common/udf_test)
DEPENDS(ydb/library/yql/tools/astdiff)