diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /util/draft | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'util/draft')
-rw-r--r-- | util/draft/ut/ya.make | 20 | ||||
-rw-r--r-- | util/draft/ya.make | 25 |
2 files changed, 0 insertions, 45 deletions
diff --git a/util/draft/ut/ya.make b/util/draft/ut/ya.make deleted file mode 100644 index bd637f8cda..0000000000 --- a/util/draft/ut/ya.make +++ /dev/null @@ -1,20 +0,0 @@ -UNITTEST() - -SUBSCRIBER(g:util-subscribers) - -SRCDIR(util/draft) - -PEERDIR( - util/draft -) - -SRCS( - date_ut.cpp - datetime_ut.cpp - holder_vector_ut.cpp - memory_ut.cpp -) - -INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc) - -END() diff --git a/util/draft/ya.make b/util/draft/ya.make deleted file mode 100644 index 6bb0cae553..0000000000 --- a/util/draft/ya.make +++ /dev/null @@ -1,25 +0,0 @@ -LIBRARY() - -SUBSCRIBER(g:util-subscribers) - -NO_UTIL() - -IF (TSTRING_IS_STD_STRING) - CFLAGS(GLOBAL -DTSTRING_IS_STD_STRING) -ENDIF() - -SRCS( - date.cpp - datetime.cpp - enum.cpp - holder_vector.cpp - ip.cpp - matrix.cpp - memory.cpp -) - -END() - -RECURSE_FOR_TESTS( - ut -) |