aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/kmp/ut/ya.make
blob: 9c54ee271540ea2038b4d7bc37fe58cbcc94a957 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/deprecated/kmp)

OWNER(g:util)

SRCS(
    kmp_ut.cpp
)

END()