Skip to content

Commit

Permalink
Fix YQL_UDF_YDB_TEST macro
Browse files Browse the repository at this point in the history
commit_hash:231818a85581b4c119ea310cb8ce8c47934f327b
  • Loading branch information
udovichenko-r authored and maximyurchuk committed Nov 20, 2024
1 parent b667cc1 commit a7b9a6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/conf/project_specific/yql_udf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a7b9a6a

Please sign in to comment.