aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/unittests/ya.make
blob: 43e9f9b9ff1795d38bfff1a1c5044c42ceb74a38 (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
    enum_indexed_array_ut.cpp
    guid_ut.cpp
    preprocessor_ut.cpp
    strong_typedef_ut.cpp
)

PEERDIR(
    library/cpp/yt/misc
)

END()