aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/compproto/ut/ya.make
blob: 2686f5b480474dce159bc6bb478f533f339510b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

PEERDIR(
    ADDINCL library/cpp/compproto
)

SRCDIR(library/cpp/compproto)

SRCS(
    compproto_ut.cpp
)

END()