aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorudovichenko-r <udovichenko-r@yandex-team.com>2024-11-20 18:50:03 +0300
committerMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-20 16:03:07 +0000
commita7b9a6afea2a9d7a7bfac4c5eb4c1a8e60adb9e6 (patch)
tree996d86b6c4ed47c6859f492f629e28329834fad8
parentb667cc14a09ceb4e18cd446be17b8e903dcf28ae (diff)
downloadydb-a7b9a6afea2a9d7a7bfac4c5eb4c1a8e60adb9e6.tar.gz
Fix YQL_UDF_YDB_TEST macro
commit_hash:231818a85581b4c119ea310cb8ce8c47934f327b
-rw-r--r--build/conf/project_specific/yql_udf.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf
index 8f623fbcb8..55cd244262 100644
--- a/build/conf/project_specific/yql_udf.conf
+++ b/build/conf/project_specific/yql_udf.conf
@@ -60,6 +60,11 @@ module YQL_UDF_YDB_TEST: PY3TEST_BIN {
DEPENDS(yql/essentials/tools/udf_resolver)
DATA(arcadia/yql/essentials/mount)
DATA(arcadia/yql/essentials/cfg/udf_test)
+ ENV(YQL_ASTDIFF_PATH="yql/essentials/tools/astdiff/astdiff")
+ ENV(YQL_CONFIG_DIR="yql/essentials/cfg/udf_test")
+ ENV(YQL_YQLRUN_PATH="$YQL_BASE_TEST_DIR/tools/yqlrun/yqlrun")
+ ENV(YQL_SQL2YQL_PATH="yql/essentials/tools/sql2yql/sql2yql")
+ ENV(YQL_UDFRESOLVER_PATH="yql/essentials/tools/udf_resolver/udf_resolver")
}
module YQL_UDF_TEST_CONTRIB: PY3TEST_BIN {