blob: a414c5c8e53d2a017f2962e76629e29ebf8a737c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
GTEST(unittester-library-misc)
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
SRCS(
cast_ut.cpp
compare_ut.cpp
enum_ut.cpp
guid_ut.cpp
hash_ut.cpp
non_null_ptr_ut.cpp
preprocessor_ut.cpp
strong_typedef_ut.cpp
tag_invoke_cpo_ut.cpp
tag_invoke_impl_ut.cpp
)
PEERDIR(
library/cpp/yt/misc
)
END()
|