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

OWNER(antonovvk)

SRCDIR(library/cpp/diff)

PEERDIR(
    library/cpp/diff
)

SRCS(
    diff_ut.cpp
)

END()