summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/assert/unittests/ya.make
blob: 01e9479f4cd492b60ae122ff416f3cc970e1385c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
GTEST()

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

PEERDIR(
    library/cpp/yt/assert
)

SRCS(
    assert_ut.cpp
)

END()