aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.com>2023-11-10 08:29:57 +0300
committersnermolaev <snermolaev@yandex-team.com>2023-11-10 08:48:55 +0300
commit031ac5aa8e57c42a9f81a3c37504c3f2f98eda1a (patch)
treedd40203c15ffb38940b02aa7b6e89adf1a2c6f0f
parenta9ae52a1795a9d343fd1065489c4ced6634f7563 (diff)
downloadydb-031ac5aa8e57c42a9f81a3c37504c3f2f98eda1a.tar.gz
fix ymake cache invalidation for YQL_UDF_TEST_CONTRIB
-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 85024f4ad81..60ad286bc21 100644
--- a/build/conf/project_specific/yql_udf.conf
+++ b/build/conf/project_specific/yql_udf.conf
@@ -60,6 +60,8 @@ module YQL_UDF_YDB_TEST: PY3TEST_BIN {
}
module YQL_UDF_TEST_CONTRIB: PY3TEST_BIN {
+ SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS canondata/result.json)
+
PEERDIR(contrib/ydb/library/yql/tests/common/udf_test)
DEPENDS(contrib/ydb/library/yql/tools/astdiff)