blob: 3e7cfd4311d2bb025365816652f10a98b7ca8233 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
GTEST(unittester-containers)
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
sharded_set_ut.cpp
)
PEERDIR(
library/cpp/yt/containers
library/cpp/testing/gtest
)
END()
|