diff options
Diffstat (limited to 'library/cpp/comptable/ut/ya.make')
-rw-r--r-- | library/cpp/comptable/ut/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/comptable/ut/ya.make b/library/cpp/comptable/ut/ya.make new file mode 100644 index 0000000000..d98ecad7b6 --- /dev/null +++ b/library/cpp/comptable/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/comptable) + +SRCS( + comptable_ut.cpp +) + +END() |