|
@@ -1,29 +1,25 @@
|
|
|
-IF (NOT OS_WINDOWS)
|
|
|
- UNITTEST_FOR(ydb/library/yql/providers/dq/global_worker_manager)
|
|
|
+UNITTEST_FOR(ydb/library/yql/providers/dq/global_worker_manager)
|
|
|
|
|
|
- SIZE(SMALL)
|
|
|
+NO_BUILD_IF(OS_WINDOWS)
|
|
|
|
|
|
- PEERDIR(
|
|
|
- library/cpp/actors/testlib
|
|
|
- ydb/library/yql/public/udf/service/stub
|
|
|
- ydb/library/yql/sql/pg_dummy
|
|
|
- ydb/library/yql/providers/dq/actors/yt
|
|
|
- ydb/library/yql/providers/dq/actors
|
|
|
- ydb/library/yql/dq/actors/compute
|
|
|
- )
|
|
|
+SIZE(SMALL)
|
|
|
|
|
|
- SRCS(
|
|
|
- global_worker_manager_ut.cpp
|
|
|
- workers_storage_ut.cpp
|
|
|
- )
|
|
|
+PEERDIR(
|
|
|
+ library/cpp/actors/testlib
|
|
|
+ ydb/library/yql/public/udf/service/stub
|
|
|
+ ydb/library/yql/sql/pg_dummy
|
|
|
+ ydb/library/yql/providers/dq/actors/yt
|
|
|
+ ydb/library/yql/providers/dq/actors
|
|
|
+ ydb/library/yql/dq/actors/compute
|
|
|
+)
|
|
|
|
|
|
- INCLUDE(${ARCADIA_ROOT}/ydb/tests/supp/ubsan_supp.inc)
|
|
|
+SRCS(
|
|
|
+ global_worker_manager_ut.cpp
|
|
|
+ workers_storage_ut.cpp
|
|
|
+)
|
|
|
|
|
|
- YQL_LAST_ABI_VERSION()
|
|
|
+INCLUDE(${ARCADIA_ROOT}/ydb/tests/supp/ubsan_supp.inc)
|
|
|
|
|
|
- END()
|
|
|
-ELSE()
|
|
|
- LIBRARY()
|
|
|
+YQL_LAST_ABI_VERSION()
|
|
|
|
|
|
- END()
|
|
|
-ENDIF()
|
|
|
+END()
|