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

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

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

PEERDIR(
    library/cpp/yt/misc
)

END()