diff options
| author | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
|---|---|---|
| committer | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
| commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
| tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/actors/util | |
| parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/actors/util')
| -rw-r--r-- | library/cpp/actors/util/ut/ya.make | 20 | ||||
| -rw-r--r-- | library/cpp/actors/util/ya.make | 47 |
2 files changed, 0 insertions, 67 deletions
diff --git a/library/cpp/actors/util/ut/ya.make b/library/cpp/actors/util/ut/ya.make deleted file mode 100644 index 9ac85047517..00000000000 --- a/library/cpp/actors/util/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST_FOR(library/cpp/actors/util) - -IF (WITH_VALGRIND) - TIMEOUT(600) - SIZE(MEDIUM) -ENDIF() - -SRCS( - cpu_load_log_ut.cpp - memory_tracker_ut.cpp - thread_load_log_ut.cpp - rope_ut.cpp - rc_buf_ut.cpp - shared_data_ut.cpp - shared_data_rope_backend_ut.cpp - shared_data_native_rope_backend_ut.cpp - unordered_cache_ut.cpp -) - -END() diff --git a/library/cpp/actors/util/ya.make b/library/cpp/actors/util/ya.make deleted file mode 100644 index 6dfc0e97a80..00000000000 --- a/library/cpp/actors/util/ya.make +++ /dev/null @@ -1,47 +0,0 @@ -LIBRARY() - -SRCS( - affinity.cpp - affinity.h - cpu_load_log.h - cpumask.h - datetime.h - defs.h - funnel_queue.h - futex.h - intrinsics.h - local_process_key.h - named_tuple.h - queue_chunk.h - queue_oneone_inplace.h - memory_track.cpp - memory_track.h - memory_tracker.cpp - memory_tracker.h - recentwnd.h - rope.h - rc_buf.h - shared_data.h - shared_data.cpp - shared_data_rope_backend.h - should_continue.cpp - should_continue.h - thread.h - threadparkpad.cpp - threadparkpad.h - thread_load_log.h - ticket_lock.h - timerfd.h - unordered_cache.h -) - -PEERDIR( - library/cpp/deprecated/atomic - library/cpp/pop_count -) - -END() - -RECURSE_FOR_TESTS( - ut -) |
