Browse Source

Clone YQL_UDF_TEST > _CONTRIB

alexv-smirnov 1 year ago
parent
commit
0be9ebc9b3
1 changed files with 13 additions and 0 deletions
  1. 13 0
      build/conf/project_specific/yql_udf.conf

+ 13 - 0
build/conf/project_specific/yql_udf.conf

@@ -44,6 +44,19 @@ module YQL_UDF_TEST: PY3TEST_BIN {
     DATA(arcadia/ydb/library/yql/cfg/udf_test)
 }
 
+module YQL_UDF_TEST_CONTRIB: PY3TEST_BIN {
+    PEERDIR(contrib/ydb/library/yql/tests/common/udf_test)
+
+    DEPENDS(contrib/ydb/library/yql/tools/astdiff)
+    DEPENDS(contrib/ydb/library/yql/tools/yqlrun)
+    DATA(arcadia/contrib/ydb/library/yql/mount)
+    DATA(arcadia/contrib/ydb/library/yql/cfg/udf_test)
+    ENV(YQL_ASTDIFF_PATH="contrib/ydb/library/yql/tools/astdiff/astdiff")
+    ENV(YQL_CONFIG_DIR="contrib/ydb/library/yql/cfg/udf_test")
+    ENV(YQL_YQLRUN_PATH="contrib/ydb/library/yql/tools/yqlrun/yqlrun")
+    ENV(YQL_SQL2YQL_PATH="contrib/ydb/library/yql/tools/sql2yql/sql2yql")
+}
+
 ### @usage: _ADD_YQL_UDF_DEPS()
 ###
 ### Add all needed PEERDIRs to a YQL_UDF.