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


SRCDIR(library/cpp/diff)

PEERDIR(
    library/cpp/diff
)

SRCS(
    diff_ut.cpp
)

END()