diff options
| -rw-r--r-- | yt/yt/core/ya.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yt/yt/core/ya.make b/yt/yt/core/ya.make index b70ddf6507b..f6ee082298c 100644 --- a/yt/yt/core/ya.make +++ b/yt/yt/core/ya.make @@ -437,6 +437,16 @@ IF (NOT OPENSOURCE AND OS_LINUX) ) ENDIF() +IF (NOT OPENSOURCE AND OS_LINUX) + RECURSE( + bus/ucx + ) + + RECURSE_FOR_TESTS( + bus/ucx/unittests + ) +ENDIF() + RECURSE_FOR_TESTS( actions/unittests concurrency/unittests |
