summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/client/ya.make6
-rw-r--r--yt/yt/library/formats/ya.make6
2 files changed, 6 insertions, 6 deletions
diff --git a/yt/yt/client/ya.make b/yt/yt/client/ya.make
index 8fcddf71312..0f050259071 100644
--- a/yt/yt/client/ya.make
+++ b/yt/yt/client/ya.make
@@ -207,9 +207,3 @@ RECURSE_FOR_TESTS(
table_client/unittests
unittests
)
-
-IF (NOT OPENSOURCE)
- RECURSE(
- table_client/benchmark
- )
-ENDIF()
diff --git a/yt/yt/library/formats/ya.make b/yt/yt/library/formats/ya.make
index 72e875b8674..a87c4a30619 100644
--- a/yt/yt/library/formats/ya.make
+++ b/yt/yt/library/formats/ya.make
@@ -46,3 +46,9 @@ END()
RECURSE_FOR_TESTS(
unittests
)
+
+IF (NOT OPENSOURCE)
+ RECURSE(
+ benchmark
+ )
+ENDIF()