aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/unittests/ya.make
blob: aa6d182c4bcea3113ce290fb3805b2973801951b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GTEST(unittester-library-misc)

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    cast_ut.cpp
    enum_ut.cpp
    guid_ut.cpp
    non_null_ptr_ut.cpp
    preprocessor_ut.cpp
    strong_typedef_ut.cpp
)

PEERDIR(
    library/cpp/yt/misc
)

END()