diff options
author | babenko <babenko@yandex-team.com> | 2024-01-25 19:09:19 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-26 20:49:16 +0300 |
commit | 97a6113075180982290fb695fd24a666d2b7ceac (patch) | |
tree | 969b6c9e2246058d03b0d5c107a7f9c31c9c1046 /library/cpp/yt/misc/unittests/ya.make | |
parent | 8f02fda318bb8a50e1712350512d4cb82fff229b (diff) | |
download | ydb-97a6113075180982290fb695fd24a666d2b7ceac.tar.gz |
Introduce TEnumIndexedArray as a refurbished version of TEnumIndexedVector
Diffstat (limited to 'library/cpp/yt/misc/unittests/ya.make')
-rw-r--r-- | library/cpp/yt/misc/unittests/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/misc/unittests/ya.make b/library/cpp/yt/misc/unittests/ya.make index 611edd7217..43e9f9b9ff 100644 --- a/library/cpp/yt/misc/unittests/ya.make +++ b/library/cpp/yt/misc/unittests/ya.make @@ -4,6 +4,7 @@ INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc) SRCS( enum_ut.cpp + enum_indexed_array_ut.cpp guid_ut.cpp preprocessor_ut.cpp strong_typedef_ut.cpp |