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

PEERDIR(
    ADDINCL library/cpp/digest/murmur
)

SRCDIR(library/cpp/digest/murmur)

SRCS(
    murmur_ut.cpp
)

END()