diff options
Diffstat (limited to 'library/cpp/digest/old_crc/ut/ya.make')
-rw-r--r-- | library/cpp/digest/old_crc/ut/ya.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/digest/old_crc/ut/ya.make b/library/cpp/digest/old_crc/ut/ya.make new file mode 100644 index 0000000000..a783bbae5b --- /dev/null +++ b/library/cpp/digest/old_crc/ut/ya.make @@ -0,0 +1,12 @@ +UNITTEST_FOR(library/cpp/digest/old_crc) + +OWNER( + pg + g:util +) + +SRCS( + crc_ut.cpp +) + +END() |