diff options
author | bbiff <[email protected]> | 2022-07-29 12:25:08 +0300 |
---|---|---|
committer | bbiff <[email protected]> | 2022-07-29 12:25:08 +0300 |
commit | a884a1555cda858971c2dd8e4b45d53a416b159a (patch) | |
tree | a25f4cd4673ad6178cf81d8d962762bad682f37a /CMakeLists.darwin.txt | |
parent | b45274303f581b597349d67572a79bd4107df5ab (diff) |
fixed test
Diffstat (limited to 'CMakeLists.darwin.txt')
-rw-r--r-- | CMakeLists.darwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt index 12f0897ee2c..0f234d6ba35 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -1380,6 +1380,7 @@ add_subdirectory(ydb/public/sdk/cpp/examples/ttl) add_subdirectory(ydb/library/yql/providers/common/codec/ut) add_subdirectory(ydb/library/yql/providers/common/http_gateway/mock) add_subdirectory(ydb/library/yql/providers/common/structured_token/ut) +add_subdirectory(ydb/library/yql/providers/dq/actors/ut) add_subdirectory(ydb/library/yql/providers/pq/gateway/dummy) add_subdirectory(ydb/library/yql/providers/s3/path_generator/ut) add_subdirectory(ydb/library/yql/providers/s3/range_helpers/ut) |