Browse Source

Support canonization in YQL_UDF_TEST

spreis 1 year ago
parent
commit
2c956a5170
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build/conf/project_specific/yql_udf.conf

+ 2 - 0
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)